forked from kscience/kmath
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
plugins {
|
||
|
id("scientifik.jvm")
|
||
|
}
|
||
|
|
||
|
description = "Binding for https://github.com/JetBrains-Research/viktor"
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":kmath-core"))
|
||
|
api("org.jetbrains.bio:viktor:1.0.1")
|
||
|
}
|