Kotlin Multiplatform Help

What is Kotlin Multiplatform

Kotlin Multiplatform (KMP) is an open-source technology from JetBrains that enables sharing code across Android, iOS, desktop, web, and server while retaining the advantages of native development.

With Compose Multiplatform, you can also share UI code across multiple platforms for maximum code reuse.

Why companies choose KMP

Cost efficiency and faster delivery

Kotlin Multiplatform helps streamline both technical and organizational processes:

  • You can reduce duplication and maintenance costs by sharing logic and UI code across platforms. This also makes it possible to release features simultaneously on multiple platforms.

  • Team collaboration becomes easier because unified logic is accessible in shared code, making it easier to transfer knowledge between team members, and reduce duplication of effort between dedicated platform teams.

In addition to faster time to market, 55% users reported improved collaboration after adopting KMP and 65% of teams reported improved performance and quality, (in the KMP Survey Q2 2024).

KMP is used in production by organizations of all sizes, from startups to global enterprises. Companies like Google, Duolingo, Forbes, Philips, McDonald's, Bolt, H&M, Baidu, Kuaishou, and Bilibili have adopted KMP for its flexibility, native performance, ability to deliver native user experiences, cost efficiency, and support for gradual adoption. Learn more about companies who have adopted KMP.

Flexibility of code sharing

You can share code on your terms: share isolated modules, such as networking or storage, and progressively expand shared code over time. You can also share all of your business logic while keeping the UI native, or gradually migrate the UI using Compose Multiplatform.

Illustration of gradual KMP adoption: share part of logic and none of the UI, share all logic without UI, share logic and UI

Native feel on iOS

You can build your UI entirely using SwiftUI or UIKit, create a uniform experience on Android and iOS with Compose Multiplatform, or mix and match native and shared UI code as needed.

Regardless of the approach, you can produce apps which feel native on each platform:

Native performance

Kotlin Multiplatform leverages Kotlin/Native to produce native binaries and access platform APIs directly where virtual machines are undesirable or impossible, for example, on iOS.

This helps achieve near-native performance while writing platform-agnostic code:

Graphs showing comparable performance of Compose Multiplatform and SwiftUI on iOS on iPhone 13 and iPhone 16

Seamless tooling

IntelliJ IDEA and Android Studio provide smart IDE support for KMP with the Kotlin Multiplatform IDE plugin common UI previews, hot reload for Compose Multiplatform, cross-language navigation, refactorings, and debugging across Kotlin and Swift code.

AI-powered development

Let Junie, the JetBrains' AI coding agent, handle KMP tasks so your team can move faster.

Discover Kotlin Multiplatform use cases

Look at how companies and developers already enjoy the benefits of shared Kotlin code:

Learn the basics

To quickly see KMP in action, try the quickstart. You'll set up your environment and run a sample application on different platforms.

Choose a use case
Dig into technical details

Adopt Kotlin Multiplatform at scale

Adopting a cross-platform framework in a team can be a challenge. To learn about the benefits and solutions to potential problems, take a look at our high-level overviews of cross-platform development:

21 October 2025