Play
Drag
0%
Talk

Taming the Web with Kotlin Multiplatform

KMP
45 min
June 4, 2026
KMP
Stack
15:35
16:20
Time
June 4, 2026
Date
Cross the rave
Location

This isn't a "hello world" KMP talk. It's a real-world story about taking a perfectly good mobile library and stretching it to its limits by adding a JavaScript web client. I'll walk you through the initial dream of a single logic source for all platforms, and the harsh reality of making Kotlin coroutines play nice with React's lifecycle. We'll cover the practical code for a StateFlow-to-useState bridge, the hidden dangers of memory leaks, and the ultimate payoff: fixing a bug on all three platforms with a single line of code.