Kotlin Blog Ekaterina Petrova Nov 24, 2025

The Ultimate Kotlin Multiplatform Watchlist

Article Summary

Ekaterina Petrova curated 10 KotlinConf talks that show how Duolingo, McDonald's, and StoneCo achieved massive scale with Kotlin Multiplatform. Skip the beginner mistakes and learn from teams already shipping to millions.

JetBrains compiled the ultimate KMP learning path for Week 3 of their KMP Level Up program. The collection spans production case studies from companies serving 40M+ daily users, hands-on coding sessions, iOS team adoption strategies, and deep compiler dives. Every talk addresses real engineering challenges at scale.

Key Takeaways

Critical Insight

Ten curated talks prove KMP scales from fintech to fast food, with real teams sharing specific rubrics for what to share and how to convince skeptical iOS developers.

One talk reveals how to build a full-stack conference app with GraphQL in just 40 minutes of live coding.

About This Article

Problem

Colin Lee's team struggled with the complexity of the KMP library ecosystem. Moving from legacy codebases to new greenfield applications made the problem worse.

Solution

They picked a specific stack and stuck with it. Apollo GraphQL handled type-safe queries, SQLDelight managed the database, and Moko Resources took care of cross-platform assets.

Impact

The iOS team stopped panicking once they had clear library choices. Teams ended up with a shared workflow they actually enjoyed using, which helped the organization adopt it faster.