2019-02-13 18:21:51 +03:00
|
|
|
plugins {
|
2019-07-17 14:21:37 +03:00
|
|
|
id("scientifik.mpp")
|
2019-02-13 18:21:51 +03:00
|
|
|
}
|
|
|
|
|
2019-04-23 13:07:36 +03:00
|
|
|
kotlin.sourceSets.commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-core"))
|
2019-02-13 18:21:51 +03:00
|
|
|
}
|
2019-04-23 22:05:47 +03:00
|
|
|
}
|