Remove deprecated useIR option (#2076)

This commit is contained in:
Thomas Vos
2022-05-31 12:51:15 +02:00
committed by GitHub
parent db07c172c5
commit d80ea8ca8c

View File

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