Move ignoreConstOptimizationErrors compiler key from jvm to common
#KT-56023
This commit is contained in:
@@ -160,9 +160,6 @@ public class JVMConfigurationKeys {
|
||||
public static final CompilerConfigurationKey<Boolean> ENABLE_DEBUG_MODE =
|
||||
CompilerConfigurationKey.create("Enable debug mode");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> IGNORE_CONST_OPTIMIZATION_ERRORS =
|
||||
CompilerConfigurationKey.create("Ignore errors from IrConstTransformer");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> NO_NEW_JAVA_ANNOTATION_TARGETS =
|
||||
CompilerConfigurationKey.create("Do not generate Java 1.8+ targets for Kotlin annotation classes");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user