Member-only story

Introduction to Kotlin Multiplatform Mobile — Getting Started

Part I

RaulitoGC
Better Programming
7 min readJan 24, 2022

From Kotlin docs

This is a series of articles about Kotlin Multiplatform Mobile (KMM) that you should know if you want to start using it. These were divided into three parts:

  • Part I: Introduction to Kotlin Multiplatform
  • Part II: KMM Configuration
  • Part III: KMM Sample ( Cache + Network)

Points that Part I will cover

  • What is Kotlin Multiplatform (KMP)?
  • KMP vs KMM
  • What problems does KMM try to solve?
  • How to structure code using KMM?
  • What are the limitations of using KMM?
  • Conclusion

What is Kotlin Multiplatform (KMP) ?

It was introduced in Kotlin 1.2 in November 17 ( See Kotlin Blog ) and according to Kotlin Documentation:

Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Responses (1)

Write a response