What problem does it solve?
This Skill helps you diagnose and fix Android build failures caused by Gradle/AGP configuration issues, dependency resolution problems, and variant mismatches across multi-module projects.
Core Features & Use Cases
- Gradle/AGP & configuration debugging: Pinpoint problems in build.gradle(.kts), settings.gradle(.kts), and libs.versions.toml.
- Dependency graph analysis: Resolve duplicate classes, missing/could-not-resolve dependencies, and mismatched variants by inspecting the dependency tree.
- Compatibility-focused fixes: Validate AGP/Kotlin/KSP compatibility before changing versions, and prefer dependencyInsight over blind excludes.
- Multi-module build troubleshooting: Troubleshoot variant/build failures by tying findings to targeted Gradle tasks and evidence.
Quick Start
Ask your AI to analyze your Android Gradle build error log and identify the most likely dependency-graph or variant-mismatch cause, then propose minimal version/config changes with verification steps.