Welcome to KMP Bits
RSS FeedYour go-to spot for Kotlin Multiplatform tips, mobile dev insights, and clean architecture.
Featured
-
Under the Hood: How Compose and SwiftUI Handle What Happens Off-Screen
Same engine, different cockpit: how Compose and SwiftUI handle side effects when sharing a Kotlin Multiplatform ViewModel.
-
Testing Jetpack Compose UI on the JVM: The Discovery That Changed My Workflow
How Robolectric Made Compose UI Tests Fast and CI Friendly
-
π Cross-Platform Notifications with KMP β All in Kotlin!
All logic, all flows, all platform calls are written in Kotlin.
-
π Exploring Multi-Layer Navigation in Jetpack Compose with Navigation 3
A simple, clean, and shows how to combine multiple NavDisplays in a way that scales beautifully as your app grows.
Recent Bits
-
Crossing the Finish Line: StateFlow & SharedFlow in Kotlin Multiplatform
StateFlow is your lap timer β always showing the latest lap. SharedFlow is the race radio β you only hear what's broadcasted while you're tuned in.
-
Master Compose Shared Element Transitions: A Smooth UI Journey
Building fluid, reliable shared element transitions in real-world Compose apps
-
π A Christmas Checklist for Kotlin Multiplatform Projects π
What Is Really Worth Sharing
-
π§© Koin Injection on iOS Without Reified Crashes: A Clean KMM Pattern
Tired of Koin blowing up on iOS because of reified generics? Hereβs the definitive fix. Clean, type-safe, Swift-friendly. No crashes, no leaks, no nonsense.