Kotlin Multiplatform for iOS Developers (Lightning talk)
In this talk, we will check some tricks inside the incredible world of Kotlin Multiplatform for iOS. Kotlin Multiplatform Mobile (KMM) is an SDK that allows you to use the same business logic code in both iOS and Android applications.
What to expect from KMP @ddinorahtovar Name Folder Target Result Common iOS Android SharedCode/commonMain/kotlin SharedCode/iosMain SharedCode/androidMain/kotlin - iOS arm 64 or x86_64 JVM 1.6 Kotlin metadata Apple framework .jar file or .class files
Sharing the logic! @ddinorahtovar Ktor / Kotlin Serialization For IO Apollo For GraphQL SQLDelight Kodein SQLiter For Databases Kotlinx-dateTime For Dates