diff --git a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt index fbbdcef1d73..581c6a8127d 100644 --- a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt +++ b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt @@ -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",