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
François
09/19/2024, 5:58 AM
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.
François
09/19/2024, 6:00 AM
I think you should try Compose multiplatform wizard and see how a Compose multiplatform is organized.