I am unable to resolve `ComposeView` in my Xcode p...
# multiplatform
s
I am unable to resolve
ComposeView
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.
👍 1
e
I am having the same issue. Did you figure it out?