gradle-build
Installation
SKILL.md
Purpose
Keep the Android build reproducible, compatible and easy to evolve.
When to use
- Fixing Gradle sync/build errors.
- Adding dependencies or plugins.
- Migrating to version catalogs or convention plugins.
- Changing build variants, flavors, AGP, Kotlin or Firebase BoM.
Inputs to inspect
- settings.gradle(.kts), build.gradle(.kts), gradle/libs.versions.toml.
- Gradle, AGP, Kotlin and Java versions.
- Full build error and command.
- CI workflow if relevant.