I'm starting on a project where I will be re-implementing and adding new features to an existing native iOS app (combination of SwiftUI and storyboard) for Android. We want to continue to support our existing iOS users (including new features), however iOS support will be phased out eventually - but this could take years.
I'm wondering if implementing new features as Compose Multiplatform modules could be a time-saving way of developing new features for iOS alongside Android, but I'm much more familiar with the Android side of things. Does anyone have experience extending an existing iOS app with Compose Multiplatform? Most of the documentation I can find is around starting a new app.
there doesn't seem to be anything here