gradle-build-performance - Diagnose and optimize Android Gradle build performance
Diagnoses Android and Gradle build bottlenecks, enables configuration and build caching, migrates kapt to KSP, and optimizes CI/CD build performance.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Generate build scans
- Generate profile reports
- Enable configuration cache
- Enable build cache
- Enable parallel execution
- Increase JVM heap size
- Migrate kapt to KSP
- Enable non-transitive R classes
- Pin dependency versions
- Optimize repository order
- Use lazy task configuration
- Defer configuration IO operations
- Configure composite builds
- Use convention plugins
Inputs
- Android or Gradle project
- gradle.properties file
- Build script files
Outputs
- Build scan report
- Local profile report
- Optimized gradle.properties
- Updated build scripts
Requirements
- Gradle
- Android Gradle Plugin
- JVM
