kmath/kmath-core/build.gradle.kts
2020-06-05 22:05:30 +07:00

12 lines
158 B
Plaintext

plugins {
id("scientifik.mpp")
}
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-memory"))
}
}
}