Use -opt-in instead of -Xopt-in in comments and scripts
This commit is contained in:
@@ -16,8 +16,8 @@ dependencies {
|
||||
compileKotlin2Js {
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
"-Xallow-kotlin-package",
|
||||
"-Xopt-in=kotlin.contracts.ExperimentalContracts",
|
||||
"-Xopt-in=kotlin.RequiresOptIn",
|
||||
"-opt-in=kotlin.contracts.ExperimentalContracts",
|
||||
"-opt-in=kotlin.RequiresOptIn",
|
||||
]
|
||||
kotlinOptions {
|
||||
moduleKind = "umd"
|
||||
|
||||
Reference in New Issue
Block a user