The core repository for the https://play.kotlinlang.org/hands-on/Targeting%20iOS%20and%20Android%20with%20Kotlin%20Multiplatform/01_Introduction tutorial
Every step of the tutorial is included into the repository as branch. You may checkout a specific branch or diff branches between each other to see the actual changes.
step-001
- generated Android Projectstep-002
- update Gradle to the recent versionstep-003
- createSharedCode
multiplatfrorm project in Gradlestep-004
- add source code to theSharedCode
projectstep-005
- useSharedCode
from Android appstep-006
- create Xcode iOS projectstep-007
- add Kotlin/Native built framework to the iOS project in Xcodestep-008
- call Kotlin code from Swift
You need Xcode 10.3+ and Android Studio 3.4+ with Kotlin 1.3.41+ on macOS 10.14 to that tutorial project.