kmath/kmath-functions/build.gradle.kts

12 lines
156 B
Plaintext
Raw Normal View History

2020-01-12 10:02:28 +03:00
plugins {
id("scientifik.mpp")
}
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-core"))
}
}
}