kmath/kmath-core/build.gradle.kts

11 lines
157 B
Plaintext

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