Summary
Final task: merge all parallel branches, remove the temporary android.enableLegacyVariantApi=true flag, rewrite gradle.properties with all AGP 9 properties explicitly declared, and verify the full build.
Instructions for subagent
Follow Task 6 steps in docs/superpowers/plans/2026-03-22-agp9-migration.md.
Runs after Tasks 2–5 are all merged into feat/agp9-migration.
Must pass: ./gradlew build, ./gradlew allTests, ./gradlew spotlessCheck, ./gradlew apiCheck.
Open PR to main after all checks green.
Summary
Final task: merge all parallel branches, remove the temporary
android.enableLegacyVariantApi=trueflag, rewritegradle.propertieswith all AGP 9 properties explicitly declared, and verify the full build.Instructions for subagent
Follow Task 6 steps in
docs/superpowers/plans/2026-03-22-agp9-migration.md.Runs after Tasks 2–5 are all merged into
feat/agp9-migration.Must pass:
./gradlew build,./gradlew allTests,./gradlew spotlessCheck,./gradlew apiCheck.Open PR to main after all checks green.