Set the module kind to plain

This commit is contained in:
Username404-59 2021-06-20 15:42:32 +02:00 committed by Username404
parent 88bb0c6567
commit b8254404ea
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ kotlin {
progressiveMode = true
}
with(kotlinOptions) {
moduleKind = "plain"
freeCompilerArgs = freeCompilerArgs + listOf(
"-Xopt-in=kotlin.RequiresOptIn",
"-Xopt-in=kotlin.js.ExperimentalJsExport",