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