Compiler: restore an opportunity to switch light tree mode OFF
#KT-55996 Fixed
This commit is contained in:
committed by
Space Team
parent
5aef179a3d
commit
c8db20bd0b
@@ -46,7 +46,7 @@ fun <A : CommonCompilerArguments> CompilerConfiguration.setupCommonArguments(
|
||||
|
||||
val usesK2 = arguments.useK2 || languageVersionSettings.languageVersion.usesK2
|
||||
put(CommonConfigurationKeys.USE_FIR, usesK2)
|
||||
put(CommonConfigurationKeys.USE_LIGHT_TREE, usesK2)
|
||||
put(CommonConfigurationKeys.USE_LIGHT_TREE, arguments.useFirLT)
|
||||
}
|
||||
|
||||
fun <A : CommonCompilerArguments> CompilerConfiguration.setupLanguageVersionSettings(arguments: A) {
|
||||
|
||||
Reference in New Issue
Block a user