K2: use LightTree by default with K2
This commit is contained in:
committed by
Space Team
parent
35e94a1ef7
commit
16f52f4c50
+1
-1
@@ -323,7 +323,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
|
||||
value = "-Xuse-fir-lt",
|
||||
description = "Compile using LightTree parser with Front-end IR. Warning: this feature is far from being production-ready"
|
||||
)
|
||||
var useFirLT: Boolean by FreezableVar(false)
|
||||
var useFirLT: Boolean by FreezableVar(true)
|
||||
|
||||
@Argument(
|
||||
value = "-Xdisable-ultra-light-classes",
|
||||
|
||||
Reference in New Issue
Block a user