forked from kscience/kmath
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
plugins { id("ru.mipt.npm.mpp") }
|
|
|
|
kotlin.sourceSets.commonMain {
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
}
|
|
}
|