Get started with Kotlin Multiplatform — tutorial
Kotlin Multiplatform technology simplifies the development of cross-platform projects. The Kotlin applications will work on different operating systems like iOS, Android, macOS, Windows, Linux, watchOS, and others.
One of the major Kotlin Multiplatform use cases is sharing code between mobile platforms. You can share application logic between iOS and Android apps and write platform-specific code only when you need to implement a native UI or work with platform APIs.
Get to know Kotlin Multiplatform and create a mobile app that works on both Android and iOS by completing these steps:
Set up an environment for cross-platform 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 cross-platform 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 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