kmath/kmath-histograms/build.gradle.kts
2019-06-18 10:22:47 +03:00

9 lines
130 B
Plaintext

plugins {
`npm-multiplatform`
}
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
}