forked from kscience/kmath
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.jvm")
|
|
}
|
|
|
|
description = "Binding for https://github.com/JetBrains-Research/viktor"
|
|
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
api("org.jetbrains.bio:viktor:1.0.1")
|
|
}
|
|
|
|
readme {
|
|
maturity = ru.mipt.npm.gradle.Maturity.DEVELOPMENT
|
|
} |