kmath/kmath-memory/build.gradle.kts

16 lines
188 B
Plaintext
Raw Normal View History

2019-02-20 12:54:39 +03:00
plugins {
kotlin("multiplatform")
}
val ioVersion: String by rootProject.extra
kotlin {
jvm()
js()
// mingwMain {
// }
// mingwTest {
// }
2019-04-07 12:27:49 +03:00
2019-02-20 12:54:39 +03:00
}