📣
Update on the name of Kotlin Multiplatform ~Mobile~
From now on, “Kotlin Multiplatform” (KMP) is the preferred term when referring to the Kotlin technology for sharing code, regardless of the combination of platforms being discussed.
We are deprecating the “Kotlin Multiplatform Mobile” (KMM) product name to resolve the long-standing issues of naming inconsistency and abbreviation confusion that have puzzled many Kotlin developers over the past two years.
Kotlin Multiplatform is excellent for sharing code across multiple platforms, not just iOS and Android. It enables you to share code with desktop and server-side as well. Moreover, we are actively developing Kotlin/Wasm to facilitate modern web development with Kotlin Multiplatform. When used alongside Compose Multiplatform, which supports Android, desktop, iOS (Alpha), and web (Experimental), you gain more freedom and can opt to share 100% of your codebase – all in Kotlin.
JetBrains aims to deliver further improvements for Kotlin Multiplatform and Compose Multiplatform, making this combo the ultimate choice for sharing code between platforms.