2019-02-02 18:16:25 +03:00
|
|
|
plugins {
|
2019-07-17 14:21:37 +03:00
|
|
|
id("scientifik.mpp")
|
2019-02-02 18:16:25 +03:00
|
|
|
}
|
|
|
|
|
2019-04-23 13:07:36 +03:00
|
|
|
kotlin.sourceSets {
|
|
|
|
commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-coroutines"))
|
2019-02-02 18:16:25 +03:00
|
|
|
}
|
2019-04-23 13:07:36 +03:00
|
|
|
}
|
2020-05-22 21:24:20 +03:00
|
|
|
jvmMain{
|
|
|
|
dependencies{
|
|
|
|
api("org.apache.commons:commons-rng-sampling:1.3")
|
|
|
|
api("org.apache.commons:commons-rng-simple:1.3")
|
|
|
|
}
|
|
|
|
}
|
2019-08-25 10:51:25 +03:00
|
|
|
}
|