I don’t have a ios device test myself, so I’m goin...
# multiplatform
u
I don’t have a ios device test myself, so I’m going to ask If I use swiftui (not compose mp) is it noticeable in. any way (as a user), that there is some mulitplatform stuff going on under the hood?
e
Hi! I’m currently working on a team that’s maintaining a huge financial app and the teams were able to introduce KMP for logics, API calls and everything to viewModels, just using native code for UI, without users being aware of that. Everything runs exactly as expected, being native code with native UI. PS: Kotlin/Native is compiled natively and doesn’t need any wrapper or VM. It runs as a compiled binary in the final device, so it’s totally safe in terms of user experience / noticeability. In short: good to Go! K
❤️ 2
👀 2
🚀 4
u
Just to clarify, viewmodels are kotlin as well?
👌 1