2020-09-20 12:36:48 +03:00
|
|
|
plugins {
|
2020-09-20 21:59:10 +03:00
|
|
|
id("ru.mipt.npm.mpp")
|
2020-09-20 12:36:48 +03:00
|
|
|
}
|
2019-07-14 18:22:22 +03:00
|
|
|
|
2020-09-08 12:40:47 +03:00
|
|
|
kotlin.sourceSets.commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-core"))
|
|
|
|
}
|
2020-08-22 12:49:21 +03:00
|
|
|
}
|