KMP: The Missing Introduction
A practical introduction to Kotlin Multiplatform, from first principles to shared code
- 01What is Kotlin Multiplatform?You want to write your app once and run it everywhere. This is the promise of every multiplatform tool. But not all “shared code” is the same.
- 02What is Kotlin Multiplatform?If you want to build an app for Android, iOS, and the web, you have three main doors to walk through: Flutter, React Native, and Kotlin Multiplatform (KMP). At…