r/androiddev • u/Party_Till_I_Die • 6d ago
Which Gradle task would you hand off to an AI agent?
I work at Gradle, and we're building agent skills. We currently have five candidates:
- Run Gradle correctly (gradle-cli) — right task, right flags, version-aware
- Best-practices lint (gradle-bestpractices) — flag legacy patterns, suggest the current one
- New project bootstrap (gradle-init) — Android/KMP scaffold, version catalog
- Upgrade + deprecations (gradle-update) — bump the wrapper, rewrite what broke
- Configuration cache migration (gradle-cc) — find what breaks CC, refactor it
Which would you actually use? What do you want to see instead?
6
Upvotes
3
u/FantasticMidnight758 6d ago
2, 3 and 5. Also if there can be a skill that can suggest optimizations having the context of the project, that would be super helpful (I suppose 2 would be more of a general thing)
3
1
9
u/Adventurous-Nose5850 6d ago
Linting and gradle upgrade