Hey everyone! I’m exploring Kotlin Multiplatform +...
# multiplatform
k
Hey everyone! I’m exploring Kotlin Multiplatform + Compose Multiplatform for refactoring a project that was developed natively in kotlin and swift, but Compose for iOS is still in beta. Has anyone here already shipped an iOS app to production using CMP? If so, were there any issues with Apple’s review or stability? Also, I'd love to hear opinions on whether CMP or Flutter might be a better choice for a large-scale app. Thanks in advance!
z
There are companies using Compose Multiplatform in production (see some in the list of case studies), and we haven't heard of any problems getting through Apple reviews. It is just an iOS app at the end of the day, compiled to native binaries.
k
Yes I sow this list, but it seems that all of them are using KMP for sharing business logic but no one is using CMP for now (correct me if I'm wrong)
z
The ones using CMP are marked explicitly in the list. We also have a more upcoming case studies with CMP, they're just not on the page yet.
k
Yes you're right, thank you for your answer ^^