kmath/kmath-histograms/build.gradle.kts

10 lines
171 B
Plaintext
Raw Normal View History

2019-02-13 18:21:51 +03:00
plugins {
id("scientifik.mpp")
2019-02-13 18:21:51 +03:00
}
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
api(project(":kmath-for-real"))
2019-02-13 18:21:51 +03:00
}
2019-04-23 22:05:47 +03:00
}