kmath/kmath-histograms/build.gradle.kts

9 lines
130 B
Plaintext
Raw Normal View History

2019-02-13 18:21:51 +03:00
plugins {
`npm-multiplatform`
2019-02-13 18:21:51 +03:00
}
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
2019-02-13 18:21:51 +03:00
}
2019-04-23 22:05:47 +03:00
}