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