K2: use LightTree by default with K2

This commit is contained in:
Ilya Chernikov
2022-12-19 16:21:04 +01:00
committed by Space Team
parent 35e94a1ef7
commit 16f52f4c50
@@ -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",