
Series
KMP 102
5 parts Source code
In this series
-
Part 1
KMP-102 - XCFramework for KMP Devs
Welcome to the KMP-102 series. We dig deeper into Kotlin Multiplatform concepts, learning more about how to integrate our Kotlin code into iOS and beyond.
-
Part 2
KMP-102 - Characteristics of the XCFramework in KMP
In the previous post, we learned how Kotlin/Native exports a collection of .frameworks in the XCFramework format.
-
Part 3
KMP-102 - Using Kotlin Code in Swift
In the last post, we learned how to create an XCFramework from Kotlin code and explored some characteristics of the generated build types.
-
Part 4
KMP-102 - Optimizing Kotlin for Obj-C/Swift
In the last post, we learned how to use Kotlin code in Swift, some techniques to improve the code exported to Swift, and how annotations control its…
-
Part 5
KMP-102 - Modularization in KMP
In the last article we dug into the quirks of code exported to Objective-C headers, along with the best practices for what to export…