20 lines
303 B
Plaintext
20 lines
303 B
Plaintext
|
plugins {
|
||
|
id("ru.mipt.npm.gradle.mpp")
|
||
|
id("ru.mipt.npm.gradle.native")
|
||
|
}
|
||
|
|
||
|
kscience {
|
||
|
useAtomic()
|
||
|
}
|
||
|
|
||
|
kotlin.sourceSets {
|
||
|
commonMain {
|
||
|
dependencies {
|
||
|
api(project(":kmath-coroutines"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
readme {
|
||
|
maturity = ru.mipt.npm.gradle.Maturity.EXPERIMENTAL
|
||
|
}
|