Is it no longer possible to create a KMP project that does not use compose/swiftui? The KMP wizard only has choices for compose UI and I want to use the Android view system along with Swift view controllers and native JVM UI components.
p
Phil Bayfield
04/22/2024, 4:26 PM
You could just create the project and then add whatever UI system you want to each project.
💯 2
j
Jeff Tycz
04/22/2024, 4:29 PM
What does that configuration look like then, I am not confident I would be able to set that up correctly
p
Phil Bayfield
04/22/2024, 4:38 PM
When you create a project you end up with a shared Kotlin module, an Android app module and an Xcode project. For the Android app, there is no significant difference from any other Android app, the shared module is just a normal project dependency as any other multi module project. My knowledge of iOS is significantly less but I think there is also little difference, the project is just auto configured with a build step to build the shared module.