kmath/kmath-prob/build.gradle.kts

11 lines
161 B
Plaintext
Raw Normal View History

2019-02-02 18:16:25 +03:00
plugins {
id("scientifik.mpp")
2019-02-02 18:16:25 +03:00
}
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-coroutines"))
2019-02-02 18:16:25 +03:00
}
}
2019-08-25 10:51:25 +03:00
}