forked from kscience/kmath
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
plugins {
|
|
id("scientifik.mpp")
|
|
}
|
|
|
|
kotlin.sourceSets.commonMain {
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
}
|
|
} |