2020-10-12 16:26:03 +03:00
|
|
|
plugins {
|
2021-08-16 09:55:03 +03:00
|
|
|
id("ru.mipt.npm.gradle.mpp")
|
2021-07-16 21:12:14 +03:00
|
|
|
id("ru.mipt.npm.gradle.native")
|
2020-10-12 16:26:03 +03:00
|
|
|
}
|
2019-02-02 18:16:25 +03:00
|
|
|
|
2019-04-23 13:07:36 +03:00
|
|
|
kotlin.sourceSets {
|
|
|
|
commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-coroutines"))
|
2022-06-12 15:16:40 +03:00
|
|
|
implementation(npmlibs.atomicfu)
|
2019-02-02 18:16:25 +03:00
|
|
|
}
|
2019-04-23 13:07:36 +03:00
|
|
|
}
|
2020-09-08 12:40:47 +03:00
|
|
|
|
|
|
|
jvmMain {
|
|
|
|
dependencies {
|
2020-05-22 21:24:20 +03:00
|
|
|
api("org.apache.commons:commons-rng-sampling:1.3")
|
|
|
|
api("org.apache.commons:commons-rng-simple:1.3")
|
|
|
|
}
|
|
|
|
}
|
2020-09-08 12:40:47 +03:00
|
|
|
}
|
2021-01-30 20:23:15 +03:00
|
|
|
|
2021-03-16 20:56:20 +03:00
|
|
|
readme {
|
2021-04-20 17:39:45 +03:00
|
|
|
maturity = ru.mipt.npm.gradle.Maturity.EXPERIMENTAL
|
2021-01-30 20:23:15 +03:00
|
|
|
}
|