2020-09-12 14:59:12 +03:00
|
|
|
plugins {
|
|
|
|
id("scientifik.mpp")
|
|
|
|
}
|
2019-01-26 19:38:18 +03:00
|
|
|
|
2019-04-23 13:07:36 +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
|
|
|
}
|