forked from kscience/kmath
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
plugins {
|
|
id("scientifik.mpp")
|
|
}
|
|
|
|
kotlin.sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(project(":kmath-memory"))
|
|
}
|
|
}
|
|
//mingwMain {}
|
|
//mingwTest {}
|
|
} |