Kotlin Multiplatform for Android and iOS Apps
rockandnull.com
Kotlin Multiplatform for Android and iOS Apps
1–10 of 82 posts
Re: Kotlin Multiplatform for Android and iOS Apps
#2If anyone here has used it for that, care to share your experience?
Re: Kotlin Multiplatform for Android and iOS Apps
#3Re: Kotlin Multiplatform for Android and iOS Apps
#4Re: Kotlin Multiplatform for Android and iOS Apps
#5What if Jetbrains decides overnight "you know what? this whole Compose Multiplatform is taking up too many of our resources, we're going to retire it at the end of this quarter"?
Re: Kotlin Multiplatform for Android and iOS Apps
#6I've been curious about Kotlin Multiplatform for cross platform desktop apps (as an alternative to Electron). If anyone here has used it for that, care to share your experience?
Ecosystem is no good. Almost all Kotlin libraries assume Android and don’t work on multi platform. Common things just don’t exist.
Re: Kotlin Multiplatform for Android and iOS Apps
#7Re: Kotlin Multiplatform for Android and iOS Apps
#8Re: Kotlin Multiplatform for Android and iOS Apps
#9Maybe something like Kotlin/Compose Multiplatform can help. But, really if they made Android APIs (or React-native/Flutter/Compose) into a ISO/ECMA/ANSI whatever standard it would feel like I'm not just throwing away my time on some proprietary API that may change in a way that I have to update my app or loose my investment.
Re: Kotlin Multiplatform for Android and iOS Apps
#10I've been curious about Kotlin Multiplatform for cross platform desktop apps (as an alternative to Electron). If anyone here has used it for that, care to share your experience?
- React Native is easy to find workers for but slow
- Kotlin is somewhat in the middle of both but has better performance
- Tauri is coming out of left field with webview2 apps but it's very early days for their mobile plans and completely unproven
Kotlin does a good job with all the compromises you have to make with cross platform but it's quite application dependent?