[K/JS] Remove the ability to run Legacy JS backend from the Gradle Plugin
This commit is contained in:
@@ -28,7 +28,10 @@ buildDir = "$projectDir/build"
|
||||
|
||||
["compileKotlin2Js", "compileTestKotlin2Js"].forEach {
|
||||
tasks.named(it).configure {
|
||||
kotlinOptions.moduleKind = "commonjs"
|
||||
kotlinOptions {
|
||||
moduleKind = "commonjs"
|
||||
freeCompilerArgs += "-Xforce-deprecated-legacy-compiler-usage"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user