forked from kscience/kmath
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
plugins {
|
|
id("scientifik.mpp")
|
|
}
|
|
|
|
kotlin.sourceSets.commonMain {
|
|
dependencies {
|
|
api(project(":kmath-memory"))
|
|
}
|
|
}
|