15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.gradle.mpp")
|
|
id("ru.mipt.npm.gradle.native")
|
|
}
|
|
|
|
kotlin.sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(projects.kmathCore)
|
|
api(projects.kmathFunctions)
|
|
api(kotlin("test"))
|
|
}
|
|
}
|
|
}
|