gradle-build-performance

Installation
SKILL.md

Gradle Build Performance

Workflow

  1. Measure baseline — clean build + incremental build times
  2. Generate a Build Scan./gradlew assembleDebug --scan
  3. Identify the slow phase — Configuration? Execution? Dependency resolution?
  4. Apply one optimization at a time — don't batch changes; you won't know what helped
  5. Measure again — confirm improvement before moving on

Quick Diagnostics

# Generate a Build Scan (uploads to scans.gradle.com)
./gradlew assembleDebug --scan
Installs
18
GitHub Stars
76
First Seen
Apr 22, 2026
gradle-build-performance — rcosteira79/android-skills