Did you miss the news? Kotlin Multiplatform is now Stable! For a lot of people, this means it’s time to consider looking into it. For me,...
Continue reading...Kotlin Multiplatform
KMM: The New Memory Management Approach
Working with concurrent code in KMM projects hasn’t been fun. This is due to the original Kotlin/Native memory management approach that had limitations when it came...
Continue reading...Talk: Still Sleeping on KMM?
Kotlin Multiplatform has opened a new world of sharing code among multiple platforms (Android, iOS, Mac, etc). With Kotlin Multiplatform Mobile (KMM), you can save time...
Continue reading...What Kotlin Multiplatform is not
In the past few weeks of discussing Kotlin Multiplatform with a couple of people, I’ve discovered that there is a topic that seems confusing to people...
Continue reading...Supporting multithreaded coroutines in a Kotlin Multiplatform project
Concurrency happens to be a very important topic today in programming. Unfortunately, you encounter a different state and concurrency model for iOS once you extend your...
Continue reading...Getting started with Kotlin Multiplatform
Kotlin Multiplatform seems to be the talk of the town recently, having seen a lot of notable companies embrace it despite it being in its early...
Continue reading...