

Kotlin Multiplatform is also useful for library authors. See Build a full-stack web app with Kotlin Multiplatform tutorial, where you will create a connected application consisting of a server part, using Kotlin/JVM and a web client, using Kotlin/JS. This is covered by Kotlin Multiplatform as well. Full-stack web applicationsĪnother scenario when code sharing may bring benefits is a connected application where the logic can be reused on both the server and the client side running in the browser.

With Kotlin Multiplatform for mobile, you can build cross-platform mobile applications and share common code between Android and iOS, such as business logic, connectivity, and more.Ĭheck out the Get started with Kotlin Multiplatform for mobile and Create a multiplatform app using Ktor and SQLDelight tutorials, where you will create applications for Android and iOS that include a module with shared code for both platforms.

Sharing code between mobile platforms is one of the major Kotlin Multiplatform use cases. Kotlin Multiplatform use cases Android and iOS applications It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming. The Kotlin Multiplatform technology is designed to simplify the development of cross-platform projects. We'll do our best to minimize any changes you have to make. It is almost stable, but migration steps may be required in the future.
