0PricingLogin
Kotlin Multiplatform Academy · Lesson

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

  1. Run the Android App from Studio
  2. Open & Run the iOS App in Xcode
  3. How the iOS Framework Is Built
  4. Debug 'Shared Code Not Found' Issues
← Back to Kotlin Multiplatform Academy