mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Remove deprecated useIR option (#2076)
This commit is contained in:
@@ -128,7 +128,6 @@ class ComposePlugin : Plugin<Project> {
|
||||
if (overrideDefaultJvmTarget) {
|
||||
jvmTarget = "11".takeIf { jvmTarget.toDouble() < 11 } ?: jvmTarget
|
||||
}
|
||||
useIR = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user