Kotlin Multiplatform Project for Android and iOS: Getting Started | raywenderlich.com

In this tutorial, you’ll learn how to use Kotlin Multiplatform and build an app for Android and iOS with the same business logic code.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/19144111-kotlin-multiplatform-project-for-android-and-ios-getting-started

It looks like the kotlinVersion needs to be updated for this to work. I had to update to kotlinVersion = ‘1.5.30’ or higher to get the project to build after adding the KMM shared module.