Hi guys just wanted go ask that what is the difference between compose multiplatform and flutter or any hybrid development is the [performance better in compose multiplatform or what?
m
mohamed rejeb
08/03/2023, 9:50 AM
With Compose Multiplatform you have the power of acceding native APIs easily using Kotlin/Native and you can have native UIKit view inside your compose code, also you can use your compose components inside SwiftUi code, and you can have screens with SwiftUi and screens with Compose working together. So there's a lot of options and freedom thanks to the interoperability that kotlin provides.