[JS IR] enable new Ir2JS by default
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
var irPerFile: Boolean by FreezableVar(false)
|
||||
|
||||
@Argument(value = "-Xir-new-ir2js", description = "New fragment-based ir2js")
|
||||
var irNewIr2Js: Boolean by FreezableVar(false)
|
||||
var irNewIr2Js: Boolean by FreezableVar(true)
|
||||
|
||||
@Argument(
|
||||
value = "-Xinclude",
|
||||
|
||||
Reference in New Issue
Block a user