Join Nostr
2026-02-23 13:39:09 UTC
in reply to

mplorentz on Nostr: I think Kotlin Multiplatform with native UIs is a completely different beast than if ...

I think Kotlin Multiplatform with native UIs is a completely different beast than if you use the new Compose Multiplatform UI framework. In general I think Flutter will help you build faster because the UI libraries and tooling is very mature. Google cut a few developers when they moved more Flutter libraries into community management but Flutter isn't going anywhere anytime soon. KMP with native UIs is for big teams who want maximum polish and nativeness on each platform. KMP + Compose Multiplatform should bring it into Flutter territory but the iOS version just came out of beta and the web version is still in beta. But Flutter's web performance is pretty rough, so for a new Nostr app that needs to be web-native I would lean towards KMP.