kmath/kmath-geometry/build.gradle.kts

9 lines
131 B
Plaintext
Raw Normal View History

2020-04-29 19:28:24 +03:00
plugins {
id("scientifik.mpp")
}
kotlin.sourceSets.commonMain {
dependencies {
api(project(":kmath-core"))
}
}