forked from kscience/kmath
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
plugins {
|
|
`multiplatform-config`
|
|
}
|
|
|
|
// Just an example how we can collapse nested DSL for simple declarations
|
|
kotlin.sourceSets.commonMain {
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
}
|
|
} |