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