KMP Troubleshooting: iOS File IO, Room, and IrLinkageError

Reading and writing files via NSString from Kotlin, finding the simulator’s app container, and fixing the Koin/lifecycle IrLinkageError.

Last updated on September 2, 2026 · 532 words

Paging 3 with Room and Compose: Three Patterns

Which of PagingSource, RemoteMediator, or plain Room paging you actually need — and the code for each.

Last updated on September 2, 2026 · 1315 words

Android Snippets: Koin, Crash Handler, Serialization

Setup code I copy into every new Android project — Koin DI through the version catalog, an uncaught-exception crash logger, and kotlinx.serialization wiring.

Last updated on September 2, 2026 · 684 words

Publishing Android Library to Maven Central

A comprehensive guide on how to publish an Android library to Maven Central

Last updated on June 6, 2026 · 319 words

Publishing an Android Library on JitPack

A step-by-step guide to publish a Kotlin Android library using Gradle Kotlin DSL

Last updated on January 20, 2025 · 234 words

Rhino Cheatsheet

Execute Javascript in Kotlin using Rhino

Last updated on June 6, 2026 · 730 words