Skip to main content
PCSalt
YouTube GitHub

# 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.

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.

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.

CI/CD for Android with GitHub Actions

Set up automated builds, tests, signing, and Play Store deployment for your Android project using GitHub Actions.

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...