Mukul J.

By day, I work as an Android Engineer. I'm passionate about privacy, free speech, and open-source technologies.

Blog

All
Android
Architecture
Best Practices
Book
Gradle
Jetpack Compose
Kotlin
Kotlin Coroutines

Gradle Build Process Guide

24 January 2018
Gradle is a open source build automation tool that is designed to be flexible enough to build almost any type of software with certain defined configurations. Gradle uses groovy language to run and build the software. Now days gradle also supports kotlin. It means you able to run kotlin code...