> ## Content Index
> Fetch the complete content index at: https://commonmain.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Kotlin Multiplatform Newsletter #27
- URL: https://commonmain.dev/kotlin-multiplatform-newsletter-27/
- Published: 2026-07-21T13:00:45.000Z
- Updated: 2026-07-21T13:00:44.000Z
- Author: Bogdan Codes
- Tags: Issues

We explore unified Feature Flags and Remote Config to eliminate platform-specific discrepancies, build a complete Ktor + Firebase Auth authentication store, and check out an AI milestone: shipping a full KMP app in seven Claude Code commands. We also break down a clever hack to shrink Compose Desktop apps by 10x using WebAssembly and Tauri, navigate iOS UI trade-offs, and feature a foundational Senior KMP Engineer role building the YOnC SDK at Yo.

### Expect Actual

Technical deep dives, or solving the "how-the-hell-do-I-test-this" problems.

affiliate link — supports the newsletter at no extra cost to you 

****Stop treating Kotlin like a black box! 🧠**  
  
To build truly performant multiplatform apps, writing code that just "works" isn't enough. We need to understand what the compiler is actually doing under the hood.

That’s why I highly recommend [****Practical Kotlin Deep Dive**](https://skydoves.gumroad.com/l/kotlin-deep-dive?a=705284499&ref=commonmain.dev) by skydoves. This isn't a basic syntax guide, it breaks down Kotlin internals, bytecode, and coroutines. It’s been a total game-changer for me when writing and optimizing shared code.  
  
If you want to level up your Kotlin and KMP skills to a senior standard, you need this on your desk.

[Get the Book ](https://skydoves.gumroad.com/l/kotlin-deep-dive?a=705284499&ref=commonmain.dev) 

[Change the Map: Feature Flags and Remote Config in Kotlin Multiplatform](https://medium.com/@kmpbits/change-the-map-feature-flags-and-remote-config-in-kotlin-multiplatform-kmp-bits-44537b1cce8e?ref=commonmain.dev)  
  
Feature flags are the same dial for an app. Turn a broken feature off without an App Store review cycle. Roll a change out to ten percent of users and watch what happens before committing the rest of the field. The trap in KMP is building that dial twice, once per platform, with two different opinions about what “on” means. I want one flag evaluation that both platforms trust, because a flag that reads differently on Android and iOS isn’t a flag anymore, it’s a bug with a config file attached.

[Practical Kotlin Multiplatform: Setting up the Kotlin Multiplatform Networking Module with Ktor](https://joebirch.co/android/practical-kotlin-multiplatform-setting-up-the-kotlin-multiplatform-networking-module-with-ktor/?ref=commonmain.dev)  
  
In this part of the book, we’ll build the complete authentication remote store, defining a repository that handles every operation our app needs for managing user accounts. We’ll be using Ktor as our networking library and Firebase Authentication’s REST API as our backend, giving us a way to sign users up, sign them in, and manage their accounts from our shared code.

[The full KMPilot walkthrough: an Android + iOS app from seven Claude Code commands, every prompt and timing included](https://proandroiddev.com/seven-claude-code-commands-one-kotlin-multiplatform-app-on-android-and-ios-cb01e920a3e6?ref=commonmain.dev)  
  
This post is the whole build with nothing cut from the record: Loupe, an art gallery for the Art Institute of Chicago’s public-domain collection. Every prompt I typed is in this post, and every timing counts active work only.

[How to Shrink Your Compose Desktop App by 10x](https://gist.github.com/terrakok/bb876b257adfdedffdd6fda98457c8ce?ref=commonmain.dev)  
  
If you want a sleek, ultra-lightweight desktop app without ditching your Kotlin Compose codebase, there is a brilliant hack: compile your app to WebAssembly (WASM) and wrap it inside Tauri. Tauri leverages the system's native WebView and a lightweight Rust backend, dropping your app's footprint down to just a few megabytes.

### LazyColumn

Compose Multiplatform tips, tricks, and code snippets.

[Artboard](https://github.com/crowded-libs/artboard?ref=commonmain.dev)  
  
Artboard is a spatial browser gallery for Compose Multiplatform `@Preview`s. It discovers previews with KSP, renders them on a pan-and-zoom Kotlin/Wasm board, and gives every frame a stable URL-addressable ID.

[I Built JetBrains’ Official Liquid Glass Setup, Then Deleted It](https://medium.com/@shivathapaa/i-built-jetbrains-official-liquid-glass-setup-then-deleted-it-6c2f43011939?ref=commonmain.dev)  
  
Compose Multiplatform can’t render iOS 26’s Liquid Glass. The documented fix hands navigation to SwiftUI. Here’s the narrower trade I shipped instead — and what it cost.

### The Dependency Graph

Curated libraries, tools and plugins that won't break your Gradle build.

- [**kotlinx-datetime-names**](https://github.com/adrcotfas/kotlinx-datetime-names?ref=commonmain.dev)  
A Kotlin Multiplatform library that provides localized display names for kotlinx-datetime types.
- [**LazySurface**](https://github.com/07jasjeet/LazySurface?ref=commonmain.dev)  
Build 2D surfaces where items say *who they sit next to*, not where they are. Lazy, on every Compose platform.
- [**KMP Logger**](https://github.com/shivathapaa/KMP-Logger?ref=commonmain.dev)  
A lightweight, structured logging library for Kotlin Multiplatform projects with support for Android, and iOS.
- [**TextKit**](https://github.com/jjrodcast/TextKit?ref=commonmain.dev)  
A rich text editor engine for Compose Multiplatform, targeting Android, iOS, Web (Wasm/JS), and Desktop (JVM). Built on a rope-backed piece-table architecture for efficient O(log n) text editing, it supports formatting (bold, italic, underline, strikethrough, highlight), links, colors, headings, ordered/bullet/task lists, and blockquotes.
- [**multibase**](https://github.com/a-sit-plus/multibase?ref=commonmain.dev)  
100% Kotlin Multiplatform Multibase Encoder/Decoder.

### Careers

Kotlin Multiplatform job postings and opportunities.

affiliate link — supports the newsletter at no extra cost to you 

****hackajob** • **Meet Archer, your AI job matching agent**  
  
5x more interviews. Zero guesswork. Archer works 24/7 to match you with roles that fit your stack and seniority. You review the matches, not the job boards.

[Create your free profile ](https://hackajob.com/talent/invite?referral%5Fid=ce111234ec9b294c075f&ref=commonmain.dev) 

[Senior Kotlin Multiplatform Engineer - YOnC SDK](https://yomobile.bamboohr.com/careers/190?ref=commonmain.dev) at [Yo](https://yondermediamobile.com/?ref=commonmain.dev)  
**Remote*   
  
This is a foundational hire on a KMP effort that is just getting started. You will help build the shared core from the ground up and shape its public API alongside the existing Android and iOS engineers. 

---

#### 🚀 Get Featured!

Got something interesting to share with the Kotlin Multiplatform community? [Submit your link](https://commonmain.dev/submit-your-link/) for a chance to get featured in the next issue of **commonMain.dev**.

#### 🤝 Support the Build

**commonMain.dev** is made possible by our partners. If you have a tool or service that helps KMP developers ship to production faster, we’d love to help you reach our community. [Collaborate with us](https://commonmain.dev/sponsor/).

#### ✍ Code Review

This newsletter is curated and written by a real human being. I’m always looking for ways to optimize the build. Was there something you liked or disliked in particular? Or did you find a bug in this issue? Simply **reply to this email** \- I read every comment from the community and take your feedback into account for the next release.

Until next time,   
**Stay platform-independent!**  
Bogdan • Founder of commonMain.dev

![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/2026/06/kodee-mail-v1-upscaled-2-1-1.png) 

## Sign up for commonMain.dev

Every Tuesday, the few KMP links actually worth your time.  
Hand-picked, no AI filler.

Join free 

Email sent! Check your inbox to complete your signup. 

Free forever · One email every Tuesday · No spam, unsubscribe anytime.  
Hand-picked by a senior engineer (8+ yrs) · Read by KMP engineers & tech leads.