Analyzes Android build files and R8 keep rules to identify redundancies,
Step 1. Setup and configuration check Inspect build.gradle, build.gradle.kts, and gradle.properties. Use references/CONFIGURATION.md to identify missing optimizations. AGP : If < 9.0, suggest migration to 9.0 for build time improvement performance Full mode : Verify android.enableR8.fullMode=false is removed from gradle.properties. Step 2. Analysis path selection Inspect build.gradle, build.gradle.kts, and gradle.properties and libs.versions.toml to get the R8 version If R8 >= 9.3.7-dev : Proceed to Path A (Quantitative). If R8 < 9.3.7-dev : Proceed to Path B (Heuristic). Path A: Quantitative data generation (R8 >= 9.3.7-dev)
don't have the plugin yet? install it then click "run inline in claude" again.