Kotlin-mpp icon indicating copy to clipboard operation
Kotlin-mpp copied to clipboard

Kotlin multiplatform project

A kotlin multiplatform experimental project

Android

ios

Android and iOS app share the same common code (non ui) written in kotlin.

Kotlin targets Kotlin/JVM when compiles to android, and targets to Kotlin/Native when compiles to iOS.