Skip to main content
PCSalt logo
YouTube GitHub

# gradle

6 posts

Gradle Kotlin DSL Tips — Version Catalogs, Convention Plugins & Build Optimization

Go beyond basics with Gradle Kotlin DSL — advanced version catalog features, convention plugin patterns, custom tasks, and build performance optimization.

Android 2 min read

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 read

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 read

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 read

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 read

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 read