Skip to content

Commit

Permalink
COMPOSE-338 Remove uikit experimental flag in gradle.properties (#3747)
Browse files Browse the repository at this point in the history
Issue https://youtrack.jetbrains.com/issue/COMPOSE-338/remove-iOS-experimental-flag
No more need this line:
org.jetbrains.compose.experimental.uikit.enabled=true
  • Loading branch information
dima-avdeev-jb authored Sep 30, 2023
1 parent e14a99a commit fd6d6c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private class TargetType(
private val TargetType.gradlePropertyName get() = "org.jetbrains.compose.experimental.$id.enabled"

private val EXPERIMENTAL_TARGETS: Set<TargetType> = setOf(
TargetType("uikit", presets = listOf("iosSimulatorArm64", "iosArm64", "iosX64")),
TargetType("macos", presets = listOf("macosX64", "macosArm64")),
TargetType("jscanvas", presets = listOf("jsIr", "js")),
)
Expand Down

0 comments on commit fd6d6c8

Please sign in to comment.