Set the module kind to plain
This commit is contained in:
parent
88bb0c6567
commit
b8254404ea
|
@ -24,6 +24,7 @@ kotlin {
|
|||
progressiveMode = true
|
||||
}
|
||||
with(kotlinOptions) {
|
||||
moduleKind = "plain"
|
||||
freeCompilerArgs = freeCompilerArgs + listOf(
|
||||
"-Xopt-in=kotlin.RequiresOptIn",
|
||||
"-Xopt-in=kotlin.js.ExperimentalJsExport",
|
||||
|
|
Loading…
Reference in New Issue