Browse Source

Remove deprecated `useIR` option (#2076)

on_kotlin_1.7.0-rc
Thomas Vos 3 years ago committed by GitHub
parent
commit
d80ea8ca8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt

1
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt

@ -128,7 +128,6 @@ class ComposePlugin : Plugin<Project> {
if (overrideDefaultJvmTarget) { if (overrideDefaultJvmTarget) {
jvmTarget = "11".takeIf { jvmTarget.toDouble() < 11 } ?: jvmTarget jvmTarget = "11".takeIf { jvmTarget.toDouble() < 11 } ?: jvmTarget
} }
useIR = true
} }
} }
} }

Loading…
Cancel
Save