2020-10-12 16:26:03 +03:00
|
|
|
plugins {
|
2022-09-04 20:59:30 +03:00
|
|
|
id("space.kscience.gradle.jvm")
|
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"))
|
2022-09-04 20:59:30 +03:00
|
|
|
api("org.jetbrains.bio:viktor:1.2.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 {
|
2024-03-27 09:11:12 +03:00
|
|
|
maturity = space.kscience.gradle.Maturity.DEPRECATED
|
2021-04-28 14:03:28 +03:00
|
|
|
}
|