Posts Tagged

kotlin

KMM Preferences Datastore

In this article, well, take a look at how to DataStore and how to use it in a Kotlin Multiplatform project. Recently Google announced a couple of Jetpack Multiplatform libraries. One is DataStore, a storage solution that allows you to store key-value pairs. This has been rewritten & is now available on Kotlin Multiplatform, targeting…

Read More

Gradle Version Catalog + Pre-Compiled Scripts

Gradle 7.0  introduced an incubating feature to centrally manage dependencies in your Gradle project. A version catalog is a list of dependencies, represented as dependency coordinates, that a user can pick from when declaring dependencies in a build script. Gradle documentaiton In this post, we will take a look at how to setup the versioning system and…

Read More