Restore useIR Gradle option as HIDDEN (KT-45504)
This will allow to KEEP binary compatibility with the Compose plugin 1.0.1 for a bit longer Merge-request: KT-MR-4857
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
|
||||
// Advanced options
|
||||
|
||||
@DeprecatedOption(removeAfter = "1.5", level = DeprecationLevel.WARNING)
|
||||
@DeprecatedOption(removeAfter = "1.6", level = DeprecationLevel.HIDDEN)
|
||||
@GradleOption(DefaultValues.BooleanFalseDefault::class)
|
||||
@Argument(
|
||||
value = "-Xuse-ir",
|
||||
|
||||
Reference in New Issue
Block a user