Helping You Understand The Syntax of Jetpack Compose
In this article, I will clarify the syntax of Jetpack Compose by using pure Kotlin, interactive code snippets that you can run and modify, and what you already know about Object-Oriented Programming. I will also explain some of the frequently used fancy words when using Compose.
Migrating Android build scripts from Groovy to Kotlin DSL

In this article I’ll be sharing with you the process I’ve followed to migrate Gradle build scripts from Groovy to Kotlin DSL in one of my Android side projects, and also my personal opinion on this process.