Multiplatform 프로그래밍을 지원하는 것은 코틀린의 여러 장점 중 하나입니다.
이는 다양한 platform을 지원하기 위해 같은 코드를 여러번 작성하는 수고로움을 덜어줍니다.
Kotlin Multiplatform Use cases
- Android and iOS applications
- Full-stack web applications
- Multiplatform libraries
- ...
How Kotlin Multiplatform works

Common Kotlin + Platform-specific versions of Kotlin(Kotlin/JVM, Kotlin/JS, Kotlin/Native)
이를 통해 JVM, JS and Natvie 와 같은 platform native code에 접근 할 수 있게된다.