Move ignoreConstOptimizationErrors compiler key from jvm to common

#KT-56023
This commit is contained in:
Ivan Kylchik
2023-02-06 14:46:28 +01:00
committed by Space Team
parent b58de2f8da
commit 5d5582d201
11 changed files with 22 additions and 21 deletions
@@ -88,6 +88,9 @@ object CommonConfigurationKeys {
@JvmField
val ALLOW_ANY_SCRIPTS_IN_SOURCE_ROOTS =
CompilerConfigurationKey.create<Boolean>("Allow to compile any scripts along with regular Kotlin sources")
@JvmField
val IGNORE_CONST_OPTIMIZATION_ERRORS = CompilerConfigurationKey.create<Boolean>("Ignore errors from IrConstTransformer")
}
var CompilerConfiguration.languageVersionSettings: LanguageVersionSettings