2020-10-12 16:26:03 +03:00
|
|
|
plugins {
|
2021-04-14 12:40:26 +03:00
|
|
|
kotlin("jvm")
|
|
|
|
id("ru.mipt.npm.gradle.common")
|
2020-10-12 16:26:03 +03:00
|
|
|
}
|
2019-12-08 15:48:25 +03:00
|
|
|
|
|
|
|
description = "Binding for https://github.com/JetBrains-Research/viktor"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-core"))
|
2021-04-28 14:03:28 +03:00
|
|
|
api("org.jetbrains.bio:viktor:1.1.0")
|
2020-09-08 12:40:47 +03:00
|
|
|
}
|
2021-01-30 20:23:15 +03:00
|
|
|
|
2021-03-16 20:56:20 +03:00
|
|
|
readme {
|
2021-04-20 17:39:45 +03:00
|
|
|
maturity = ru.mipt.npm.gradle.Maturity.DEVELOPMENT
|
2021-04-28 14:03:28 +03:00
|
|
|
}
|