Shahbaz Naseer
01/20/2025, 11:44 AMComposeView
in my Xcode project (iOS app) when using Kotlin Multiplatform (KMP). I tried adding the Compose dependency implementation("org.jetbrains.compose.ui:ui-ios:1.3.0")
in the iosMain.dependencies
block, but it didn't resolve the issue.
What I am trying to do is run the app on iOS, which works fine on Android using Kotlin Multiplatform (KMP) with Compose.Erick
01/22/2025, 10:27 PM