Hello, I’m trying to migrate my fully Compose Andr...
# ios
m
Hello, I’m trying to migrate my fully Compose Android app to KMP. How can I create an iOS module for my project and configure it? Can anyone help me?
f
you can’t just add an iOS project, I guess your android app use compose for Android but if you want to use Compose for iOS, you need to migrate your android app to Compose multiplatform, then you can add your iOS project and use the shared UI code.
I think you should try Compose multiplatform wizard and see how a Compose multiplatform is organized.
m
Thanks for your response! If I create a new project using the KMM wizard, set up a
ComposeApp
module, and handle its dependencies, then copy the Xcode project from the generated app, will that approach work?