How the iOS Framework Is Built
Understand the Kotlin-to-Objective-C framework step.
Peek Under the iOS Hood
The iOS app ran, but how did Kotlin become something Swift can call? Let's follow the framework build step by step. 🔍
Kotlin/Native Compiles to Machine Code
For iOS, Kotlin is not turned into JVM bytecode. The Kotlin/Native compiler produces real native machine code for Apple devices.
All lessons in this course
- Run the Android App from Studio
- Open & Run the iOS App in Xcode
- How the iOS Framework Is Built
- Debug 'Shared Code Not Found' Issues