forked from kscience/kmath
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.mpp")
|
|
id("space.kscience.gradle.native")
|
|
}
|
|
|
|
kotlin.sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(projects.kmath.kmathCore)
|
|
api(kotlin("test"))
|
|
}
|
|
}
|
|
}
|