kmath/kmath-core/build.gradle.kts

8 lines
134 B
Plaintext

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