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