2019-01-26 19:38:18 +03:00
|
|
|
plugins {
|
2019-04-23 13:07:36 +03:00
|
|
|
`multiplatform-config`
|
2019-01-26 19:38:18 +03:00
|
|
|
}
|
|
|
|
|
2019-04-23 13:07:36 +03:00
|
|
|
kotlin.sourceSets {
|
|
|
|
commonMain {
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-memory"))
|
2019-01-26 19:38:18 +03:00
|
|
|
}
|
|
|
|
}
|
2019-04-23 13:07:36 +03:00
|
|
|
//mingwMain {}
|
|
|
|
//mingwTest {}
|
2019-04-17 12:24:06 +03:00
|
|
|
}
|
2019-04-23 13:07:36 +03:00
|
|
|
|