forked from kscience/kmath
10 lines
204 B
Plaintext
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"))
|
|
}
|
|
} |