Touchlab reposted this
#KotlinMultiplatform news from Reddit, Inc. (actual Reddit engineers, not just random people on Reddit) > We ruled Javascript out based on performance requirements. It was a close race between Rust and KMP, but KMP ultimately won out as the more agile, mobile-first option based on Kotlin’s native support and deep integration with Android. All good points. I love web engineers but don't let web engineers tell you the web can replace native apps, whether they are talking about PWAs, web views, or ReactNative. Web tech isn't as bad on iOS as it is on Android, but it's worse on both than on desktop no matter how much effort you put into trying to close the gaps. Rust is also great for things that rust is great at. @Touchlab has worked on a few clients with a Rust core library due to tough cryptography or mesh networking challenges that could more easily be solved in the Rust ecosystem. It didn't make sense to try to recreate them in #KMP. Be careful though or you'll just be jumping back into the C/C++ code sharing problems https://lnkd.in/eujVnxfe For Mobile, KMP definitely makes the most sense. First-class on Android, fully embracing native on iOS (and even better with SKIE and xcode-kotlin, to shamelessly plug Touchlab open source tooling). > We have ultimately eliminated an entire category of issues that stem from diverging implementations across clients. That's the dream 🙂 Diverging implementations is a big issue that affects product quality and developer efficiency. It's why we keep looking for the elusive holy grail of cross-platform development. I spoke about this topic LeadDev in 2019 and I still stand by the main thesis and that KMP is the best solution we have so far. Do read the whole thing from Reddit's Developer Platform team: https://lnkd.in/eKEyvCQR