kmath/kmath-histograms/build.gradle.kts

10 lines
204 B
Plaintext

plugins {
`npm-multiplatform`
}
// Just an example how we can collapse nested DSL for simple declarations
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
}