Improving dependency sync speeds for your Gradle project

Waiting for Gradle to download dependencies is so 2023

March 30, 2024 · 8 min

Converting Gradle convention plugins to binary plugins

Gradle’s convention plugins are a fantastic way to share common build configuration, why not take them a step further?

April 17, 2022 · 5 min

Publishing an Android library to GitHub Packages

GitHub recently rolled out Packages to the general public, allowing the entire develop-test-deploy pipeline to get centralized at GitHub. Learn how to use it to publish your Android library packages.

November 21, 2019 · 5 min

Why I went back to the Gradle Groovy DSL

I was an early adopter of the Gradle Kotlin DSL, deploying it to multiple Android projects of mine, but lately it has been more trouble than I could care for. Here are my grievances with it.

October 25, 2019 · 3 min