2019-01-26 19:38:18 +03:00
|
|
|
plugins {
|
2019-05-31 13:03:00 +03:00
|
|
|
`npm-multiplatform`
|
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-23 22:31:05 +03:00
|
|
|
}
|