19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.mpp")
|
|
}
|
|
|
|
kscience {
|
|
jvm()
|
|
js()
|
|
native()
|
|
wasm()
|
|
|
|
dependencies {
|
|
api(projects.kmathCore)
|
|
api(spclibs.kotlinx.coroutines.core)
|
|
}
|
|
}
|
|
|
|
readme {
|
|
maturity = space.kscience.gradle.Maturity.EXPERIMENTAL
|
|
} |