On this page
Get started with Kotlin Multiplatform Mobile
Kotlin Multiplatform Mobile (KMM) is an SDK designed to simplify the development of cross-platform mobile applications. You can share common code between iOS and Android apps and write platform-specific code only where it's necessary. Common use cases for Kotlin Multiplatform Mobile include implementing a native UI or working with platform-specific APIs.
Get to know Kotlin Multiplatform Mobile and create a mobile app that works on both Android and iOS by completing these steps:
Set up an environment for cross-platform mobile development
Create your first app that works both on Android and iOS with the IDE
Add dependencies to your project
Next step
Start by setting up an environment for Kotlin Multiplatform Mobile development.
See also
If you want to convert your existing Android project into a cross-platform app, follow these steps to make it work on iOS:
Set up an environment for cross-platform mobile development
Complete this tutorial to make your Android app cross-platform
Join the community
Kotlin Slack: get an invitation and join the #multiplatform channel
Stack Overflow: subscribe to the "kotlin-multiplatform" tag
Kotlin YouTube channel: subscribe and watch videos about Kotlin Multiplatform Mobile
© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/docs/multiplatform-mobile-getting-started.html