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
@@ -44,13 +44,6 @@ interface KotlinJvmOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOption
@Deprecated(message = "This option has no effect and will be removed in a future release.", level = DeprecationLevel.ERROR)
var noStdlib: kotlin.Boolean
/**
* Use the IR backend. This option has no effect unless the language version less than 1.5 is used
* Default value: false
*/
@Deprecated(message = "This option has no effect and will be removed in a future release.", level = DeprecationLevel.HIDDEN)
var useIR: kotlin.Boolean
/**
* Use the old JVM backend
* Default value: false