forked from kscience/kmath
16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
import ru.mipt.npm.gradle.Maturity
|
|
|
|
plugins {
|
|
id("ru.mipt.npm.gradle.mpp")
|
|
}
|
|
|
|
kotlin.sourceSets.commonMain {
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
}
|
|
}
|
|
|
|
readme {
|
|
maturity = Maturity.PROTOTYPE
|
|
}
|