# gradle
5 posts
Android Project Setup in 2026 — Version Catalogs, KSP, Compose & CI
Set up a modern Android project with Kotlin 2.x, Compose, KSP, version catalogs, convention plugins, and GitHub Actions CI — a complete 2026 baseline.
Android 2 min
Multi-Module Spring Boot Project with Gradle Version Catalog
Structure a multi-module Spring Boot project with Gradle — shared dependencies via version catalogs (libs.versions.toml), module boundaries, and build optimization.
Spring Boot 2 min
Automating Android Repo Maintenance with Reusable GitHub Actions
How I modernized 8 Android repos in one session — reusable CI workflows, batch build system updates, and a pattern for maintaining multiple projects at scale.
Android 3 min
CI/CD for Android with GitHub Actions
Set up automated builds, tests, signing, and Play Store deployment for your Android project using GitHub Actions.
Android 3 min
Generate App Name with Version Code and Flavour Name
After a build is shared to a team or group of people, sometimes a question arises that what was the...
Android 1 min