kmath/test-utils/build.gradle.kts

14 lines
234 B
Plaintext
Raw Normal View History

2022-06-14 16:27:32 +03:00
plugins {
id("ru.mipt.npm.gradle.mpp")
id("ru.mipt.npm.gradle.native")
}
kotlin.sourceSets {
commonMain {
dependencies {
api(projects.kmath.kmathCore)
api(kotlin("test"))
}
}
}