kmath/kmath-memory/build.gradle.kts

10 lines
159 B
Plaintext
Raw Normal View History

2019-02-20 12:54:39 +03:00
plugins {
2019-04-17 12:24:06 +03:00
id("multiplatform-config")
2019-02-20 12:54:39 +03:00
}
2019-04-17 12:24:06 +03:00
// We actually don't need this, we define jvm and js targets in multiplatform-config
2019-02-20 12:54:39 +03:00
kotlin {
jvm()
js()
2019-04-17 12:24:06 +03:00
}