Just curious, does the `1.2.0` release comes with ...
# compose-ios
t
Just curious, does the
1.2.0
release comes with iOS target?
⚠️ 3
👌 3
l
Keep in mind that iOS support is experimental, so you have to add a line to the gradle properties.
d
Yeah, iOS target still experimental and may have bugs and breaks backward compatibility
to use ios, you need add to gradle.properties this flag:
Copy code
org.jetbrains.compose.experimental.uikit.enabled=true