Recent
Kotlin Immutable Collections: Kotlin Collections are read-only not immutable
·3 mins
Kotlin standard collections are not actually immutable. They are just read-only. Let’s know how to use immutable collections.
How to manage dependencies with Gradle Version Catalogs
·3 mins
Gradle Version Catalogs is added since Gradle 7.4. Let’s check how to use it.
Introducing my GridLayout for Compose library for simple grid UI.