Remove 'useIR' from Gradle options

^KT-49011 In Progress
This commit is contained in:
Yahor Berdnikau
2022-01-28 15:09:22 +01:00
parent 8ffe78dba4
commit 27e449cd56
3 changed files with 0 additions and 19 deletions
@@ -95,8 +95,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
// Advanced options
@GradleDeprecatedOption(removeAfter = "1.6", level = DeprecationLevel.HIDDEN)
@GradleOption(DefaultValues.BooleanFalseDefault::class)
@Argument(
value = "-Xuse-ir",
description = "Use the IR backend. This option has no effect unless the language version less than 1.5 is used"