forked from kscience/kmath
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.jvm")
|
|
}
|
|
|
|
description = "JetBrains Multik connector"
|
|
|
|
dependencies {
|
|
api(project(":kmath-tensors"))
|
|
api("org.jetbrains.kotlinx:multik-default:0.1.0")
|
|
}
|
|
|
|
readme {
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
} |