Hi All !
Did anyone made the switch from existing projects to KMP ? (with a previous configuration : an iOS App and an Android App)
I’m looking for feedbacks, wisdom, DONT DO that advises 😄
m
Matt Dyor
09/11/2024, 5:18 AM
Hello @LG - are you looking to migrate an existing Android app (and iOS app) to some shared business logic? If so, I might be able to assist. Thanks!
h
Hristijan
09/11/2024, 11:26 AM
I had an Android app full UI in Compose
Migrated to KMP also full UI in Compose
Had to remove:
• Hilt > manual DI (planning to use kotlin inject)
• Retrofit > Ktor
• Timber > Napier
• Google analytics & crashlytics > git live version KMP support of them
Everything else stays platform specific
Also using Ktor for the server side along the client side and sharing the DTO and route URLs
l
LG
09/11/2024, 10:01 PM
Hi guys
I’m trying to migrate applications that are using both Compose and swift UI
I’d like some feedbacks on migrating both projects to handle new business logics to start, and then migrate old logics