kmath/kmath-memory/build.gradle.kts
2019-04-23 16:07:26 +08:00

10 lines
159 B
Plaintext

plugins {
id("multiplatform-config")
}
// We actually don't need this, we define jvm and js targets in multiplatform-config
kotlin {
jvm()
js()
}