Category

Kotlin Multiplatform

KMM Environment Variables: Part 1

Photo by Scott Webb on Unsplash In this article, I will talk about my experience working with environment variables on Kmm (Kotlin Multiplatform) and how I am currently using it in my project Tv-Maniac Environment Variables During the development lifecycle of a mobile app, you may probably create apps that use API keys or passwords….

Read More

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