kmath/kmath-core/build.gradle.kts
2020-09-12 14:59:12 +03:00

12 lines
158 B
Plaintext

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