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:
Ilya Gorbunov
2021-10-26 15:37:31 +00:00
committed by Space
parent 05da65654e
commit 4e6243c4f7
3 changed files with 18 additions and 1 deletions
@@ -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",