kmath/kmath-multik/build.gradle.kts

14 lines
266 B
Plaintext
Raw Normal View History

2021-10-16 11:10:34 +03:00
plugins {
2022-07-29 15:58:02 +03:00
id("space.kscience.gradle.jvm")
2021-10-16 11:10:34 +03:00
}
description = "JetBrains Multik connector"
dependencies {
api(project(":kmath-tensors"))
2021-10-18 12:52:24 +03:00
api("org.jetbrains.kotlinx:multik-default:0.1.0")
2021-10-16 11:10:34 +03:00
}
readme {
2022-07-29 15:58:02 +03:00
maturity = space.kscience.gradle.Maturity.PROTOTYPE
2021-10-16 11:10:34 +03:00
}