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….
Posts Tagged
gradle
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…