kmath/kmath-core/build.gradle.kts

11 lines
157 B
Plaintext
Raw Normal View History

2019-01-26 19:38:18 +03:00
plugins {
id("scientifik.mpp")
2019-01-26 19:38:18 +03:00
}
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-memory"))
2019-01-26 19:38:18 +03:00
}
}
2019-04-23 22:31:05 +03:00
}