14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.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
|
|
} |