Understanding The Basics of Kotlin Multiplatform Projects with Kotlin 1.3

Posted on November 30, 2018

With the recently announced Kotlin 1.3 comes a massive overhaul of Kotlin Multiplatform and a new DSL for creating projects capable of sharing code between different platforms, such as Kotlin for JVM, Kotlin for JavaScript and Kotlin/Native. In this article we’ll go through the key aspects of the new API and explain how you can use it to create projects capable of sharing code between Android and iOS.


The complete contents of this article are available on Xebia France’s Medium Space: Understanding The Basics of Kotlin Multiplatform Projects with Kotlin 1.3 and are referenced here for archiving purposes.