12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.jvm")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.ejml:ejml-simple:0.39")
|
|
implementation(project(":kmath-core"))
|
|
}
|
|
|
|
readme{
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
} |