parcelable Android Parcelable: There's a better way Introducing a new library that uses Kotlinx Serialization to parcellize objects on Android.
jetpack compose Jetpack Compose Multiplatform!? The Jetpack Compose UI toolkit for Android now supports the Desktop with the possibility of more platforms.
kmp Publishing KMP Libraries in Kotlin 1.4.0 An explanation on how to publish Kotlin 1.4.0 Multi-platform Libraries to Bintray
android Frankencode: Bringing an old Android library back to life with Kotlin Converting a Java Android library to Kotlin.
inject Kotlin Inject A new Kotlin multi-platform library for annotating common code that will be dependency injected.
kotless Kotless, a Nice Surprise The Kotless Serverless Framework provides desired functionality for the Kotlin ecosystem.
android Concerning Jetpack Compose Jetpack Compose is an intriguing library but is not without concerns.
concept Kotlin "Server-less" Functions A concept about single focus server functions written in Kotlin.
string resources String resources in Kotlin Multi-platform Multiple approaches to abstracting String resources for use in a Kotlin Multi-platform module.
kotlin Invoking UseCases the Kotlin Way UseCase functions benefiting from Kotlin's operator overloading feature.