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