


Kotlin Mutliplatform forces you to separate the UI layer from other layers of your app even more than in traditional apps.

Familiarity with Kotlin, similarity to Swift.The expect/ actual declarations allow you to jump to platform-specific code whenever you want. Pretty straightforward, you write the code in Kotlin and you can run it on all the supported platforms.
