> ## 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 #4
- URL: https://commonmain.dev/kotlin-multiplatform-newsletter-4/
- Published: 2026-02-10T14:00:21.000Z
- Updated: 2026-06-03T15:12:34.000Z
- Author: Bogdan Codes
- Tags: Issues

Koin goes native with a new Kotlin compiler plugin for compile-time safety, we explore why "discipline doesn't scale" when managing business logic in large-scale apps. We also dive into production-grade convention plugins, scalable API handling with Sandwich, and the latest KMP job openings at Superb and JetBrains.

### **The Log**

The only Kotlin Multiplatform and Compose Multiplatform news you actually need to know.

🪙

[Koin Powered by Kotlin Compiler](https://blog.insert-koin.io/koin-powered-by-kotlin-compiler-0722f1cc96a4?ref=commonmain.dev)  
  
After years of evolution, Koin takes a major step forward: ****a native Kotlin Compiler Plugin** ****that brings compile-time safety and auto-wiring to your dependency injection**.

### **The Main Thread**

Community's most insightful threads, curated from social media platforms and websites.

💶

[Kotlin Multiplatform in Banking Apps](https://medium.com/@huseyn.karagozz/kotlin-multiplatform-in-banking-apps-8adca0b8df4c?ref=commonmain.dev)  
  
In financial applications, business logic evolves constantly. Transfer limits change. Regulatory constraints are updated. New validation rules are introduced sometimes overnight, sometimes mid-sprint. When these rules live in two separate codebases, alignment relies on discipline, not structure. In my experience, ****discipline does not scale**.

🗺️

[Exploring Kotlin Multiplatform with Jetpack Compose + SwiftUI — thoughts?](https://www.reddit.com/r/KotlinMultiplatform/comments/1qy5csv/exploring%5Fkotlin%5Fmultiplatform%5Fwith%5Fjetpack/?ref=commonmain.dev)  
  
I’ve been playing around with ****Kotlin Multiplatform (KMP)** recently, and I’m kind of impressed so far.

💾

[Saving on APK / APP size by removing Icon library](https://www.reddit.com/r/KotlinMultiplatform/comments/1qwo1hm/saving%5Fon%5Fapk%5Fapp%5Fsize%5Fby%5Fremoving%5Ficon%5Flibrary/?ref=commonmain.dev)  
  
Google recommends not using the Icon library to save binary size and to speed up builds since they don't have to weed out unused icons.

### Expect Actual

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

SPONSORED 

[![CTA Image](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/2026/01/practical-kotlin-deep-dive-2.png)](https://leanpub.com/kotlin-deep-dive/c/3CDEFDB0C03B?ref=commonmain.dev) 

****Practical Kotlin Deep Dive (Jaewoong Eum)** takes you beneath the surface of Kotlin, exploring not just what the language does, but how it works and why it was built that way.   
  
From foundational concepts through coroutines, compiler architecture, and Kotlin Multiplatform, this book connects everyday coding patterns to their underlying mechanisms.  
  
****35% discount for the first 5 purchases using the link below.**

[Get the Book ](https://leanpub.com/kotlin-deep-dive/c/3CDEFDB0C03B?ref=commonmain.dev) 

🥪

[Scalable API Response Handling Across Multi-Layered Architectures with Sandwich](https://proandroiddev.com/scalable-api-response-handling-across-multi-layered-architectures-with-sandwich-39ab02ae8c90?ref=commonmain.dev)  
  
Modern Android applications commonly adopt multi-layered architectures such as MVVM or MVI, where data flows through distinct layers: a data source, a repository, and a ViewModel (or presentation layer). Each layer has a specific responsibility, and network responses must propagate through all of them before reaching the UI.   
  
While this separation produces clean, testable code, it introduces a real challenge: how do you handle API responses, including errors and exceptions, as they cross each layer boundary?

🧩

[Convention Plugins in Kotlin Multiplatform: The Complete Production Guide](https://medium.com/@shivathapaa/convention-plugins-in-kotlin-multiplatform-the-complete-production-guide-cf61a109a73b?ref=commonmain.dev)  
  
If you’re managing a large Kotlin Multiplatform (KMP) project, you’ve probably hit the wall. Twenty modules become thirty. Thirty become fifty. Each one has a `build.gradle.kts` file that looks suspiciously similar to the last one. You copy-paste configurations, update versions in dozens of places, and pray nothing breaks.  
  
There’s a better way — and I’m going to show you exactly how to implement it.

### The Dependency Graph

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

- [Sandwich](https://github.com/skydoves/sandwich?ref=commonmain.dev)  
An adaptable and lightweight sealed API library designed for handling API responses and exceptions in Kotlin for Retrofit, Ktor, and Kotlin Multiplatform.
- [Synapse](https://github.com/coreywaldon/synapse?ref=commonmain.dev)  
Extends the capabilities of standard Kotlin `Flow` by introducing a suite of powerful, time-aware, and stateful operators commonly found in functional reactive programming (FRP) but missing from the standard library.

### LazyColumn

Compose Multiplatform tips, tricks, and code snippets.

👆

[Swipeable KMP](https://github.com/stevdza-san/Swipeable-KMP?ref=commonmain.dev)  
  
A highly customizable, modern swipeable component for Compose Multiplatform, supporting Android, iOS, Desktop, and Web (WASM) with beautiful animations and intuitive gestures.

🕸️

[Kilua](https://kilua.dev/?ref=commonmain.dev) \- Composable web framework for Kotlin/Wasm and Kotlin/JS  
  
Kilua is an open source web framework for Kotlin, based on Compose Multiplatform runtime. It allows you to create declarative UI components and manage their state. Kilua renders to plain HTML DOM (not canvas) and supports both Kotlin/Wasm and Kotlin/JS targets. It provides a lot of ready to use components. It's the first Kotlin UI framework with full support for true SSR (Server-Side Rendering).

### Target: Production

Showcase of real-world apps proving KMP is ready for prime time.

SPONSORED 

Ship your next iOS & Android app in days with Kotlin Multiplatform  
  
Skip the boring setup. [****KMPShip**](https://kmpship.app/?ref=commonmain) is a KMP boilerplate with Firebase auth, RevenueCat, push notifications, CI/CD, and more already wired up. Go from idea to App Store & Google Play in days, not weeks.

[Get Started ](https://kmpship.app/?ref=commonmain) 

[GitHub - thejohnsondev/ArtSeum: A KMP Art museum app that features kotlin shared logic with native UI for Android (Jetpack Compose)and iOS (SwiftUI)A KMP Art museum app that features kotlin shared logic with native UI for Android (Jetpack Compose)and iOS (SwiftUI) - thejohnsondev/ArtSeum![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/icon/pinned-octocat-093da3e6fa40-15.svg)GitHubthejohnsondev![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/thumbnail/a12e6f4b-8838-48c3-bd33-3abb795a6249)](https://github.com/thejohnsondev/ArtSeum?ref=commonmain.dev)

[GitHub - vishal2376/footprint: Footprint is a kotlin multiplatform app that turns everyday walks into an exploration gameFootprint is a kotlin multiplatform app that turns everyday walks into an exploration game - vishal2376/footprint![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/icon/pinned-octocat-093da3e6fa40-18.svg)GitHubvishal2376![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/thumbnail/footprint)](https://github.com/vishal2376/footprint?ref=commonmain.dev)

[GitHub - ahmed-madhoun1/Audia\_KMPContribute to ahmed-madhoun1/Audia\_KMP development by creating an account on GitHub.![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/icon/pinned-octocat-093da3e6fa40-17.svg)GitHubahmed-madhoun1![](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/thumbnail/Audia_KMP)](https://github.com/ahmed-madhoun1/Audia%5FKMP?ref=commonmain.dev)

### Careers

Kotlin Multiplatform job postings and opportunities.

SPONSORED 

[![CTA Image](https://storage.ghost.io/c/57/59/57597180-415a-44ab-aa77-38b4467c31d5/content/images/2026/03/wellfound-symbol-black.webp)](https://wellfound.com/l/2ABERG?ref=commonmain.dev) 

****wellfound** • Where startups and job seekers connect.  
  
🤝 Connect directly with founders at top startups - no third party recruiters allowed.  
💸 Everything you need to know, all upfront. View salary, stock options, and more before applying.  
✌️ Say goodbye to cover letters - your profile is all you need. One click to apply and you're done.  
✨ Unique jobs at startups and tech companies you can’t find anywhere else.

[Find Your Next Remote Job ](https://wellfound.com/l/2ABERG?ref=commonmain.dev) 

🍽️

[Kotlin Multiplatform Product Engineer](https://jobs.superbexperience.com/jobs/5642015-kotlin-multiplatform-product-engineer?ref=commonmain.dev) at [Superb](https://www.superbexperience.com/?ref=commonmain.dev)  
  
Superb gathers all the tools to open, run and grow your hospitality business — in one platform. We are looking for one more remote ****Kotlin Multiplatform Product Engineer** to join our team and play a key role in shaping our mobile products for restaurateurs. In this role, you will work on delivering seamless experiences across multiple platforms using KMP, ensuring high performance and maintainability.

🧠

Senior/Staff Software Developer - [Kotlin Multiplatform Tooling](https://job-boards.eu.greenhouse.io/jetbrains/jobs/4703937101?ref=commonmain.dev) at [JetBrains](https://www.jetbrains.com/?ref=commonmain.dev)  
  
With [Kotlin Multiplatform](https://kotlinlang.org/multiplatform/?ref=commonmain.dev) and [Compose Multiplatform](https://kotlinlang.org/compose-multiplatform/?ref=commonmain.dev), our goal is to empower Android developers to build the best multiplatform apps. The Kotlin Multiplatform Tooling team is responsible for building tools that make this easier than ever. We’re developing KMP plugins for both [IntelliJ IDEA](https://www.jetbrains.com/idea/?ref=commonmain.dev) and [Android Studio](https://developer.android.com/studio?ref=commonmain.dev), while also working on IntelliJ IDEA’s Android support, KDoctor, and the Kotlin Multiplatform wizard.

🧠

Senior Software Developer - [Kotlin Native](https://job-boards.eu.greenhouse.io/jetbrains/jobs/4739443101?ref=commonmain.dev) at [JetBrains](https://www.jetbrains.com/?ref=commonmain.dev)  
  
Our team works on Kotlin/Native, a compiler and runtime for the Kotlin language, which is based on the [LLVM](https://llvm.org/?ref=commonmain.dev) toolchain and supports a wide range of targets. Kotlin/Native plays a significant role in Kotlin Multiplatform (KMP), powering many iOS applications under the hood.

---

#### 🚀 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

## Sign up for commonMain.dev

The weekly newsletter for Kotlin Multiplatform (KMP). News, jobs, technical deep-dives, and more. Delivered every Tuesday.

Subscribe 

Email sent! Check your inbox to complete your signup. 

No spam. Unsubscribe anytime.