2020-10-12 16:26:03 +03:00
|
|
|
plugins {
|
|
|
|
id("ru.mipt.npm.jvm")
|
|
|
|
}
|
2019-12-08 15:48:25 +03:00
|
|
|
|
|
|
|
description = "Binding for https://github.com/JetBrains-Research/viktor"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-core"))
|
|
|
|
api("org.jetbrains.bio:viktor:1.0.1")
|
2020-09-08 12:40:47 +03:00
|
|
|
}
|