forked from kscience/kmath
15 lines
199 B
Plaintext
15 lines
199 B
Plaintext
plugins {
|
|
`multiplatform-config`
|
|
}
|
|
|
|
kotlin.sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(project(":kmath-memory"))
|
|
}
|
|
}
|
|
//mingwMain {}
|
|
//mingwTest {}
|
|
}
|
|
|