kmath/kmath-core/build.gradle.kts

13 lines
194 B
Plaintext
Raw Normal View History

2019-01-26 19:38:18 +03:00
plugins {
`npm-multiplatform`
2019-01-26 19:38:18 +03:00
}
kotlin.sourceSets {
commonMain {
dependencies {
api(project(":kmath-memory"))
2019-01-26 19:38:18 +03:00
}
}
//mingwMain {}
//mingwTest {}
2019-04-23 22:31:05 +03:00
}