kmath/kmath-core/build.gradle.kts

12 lines
158 B
Plaintext
Raw Normal View History

2020-09-12 14:59:12 +03:00
plugins {
id("scientifik.mpp")
}
2019-01-26 19:38:18 +03:00
kotlin.sourceSets {
2020-09-12 14:59:12 +03:00
commonMain {
dependencies {
api(project(":kmath-memory"))
}
}
2020-06-05 18:05:16 +03:00
}