DEV Community

Discussion on: Speed Up Your Android Project's Gradle Builds!

Collapse
 
codejennerator profile image
Jenn Strater

Thanks for the post! So many great tips.

I'd like to add that you can get even more profiling with free build scans by adding --scan on the command line or following the instructions at scans.gradle.com.

And for large enterprise organizations, for example, teams with 100+ devs, the shared remote cache in Gradle Enterprise can go even further to reduce Maven and Gradle build speeds by up to 90%.

Collapse
 
joshuamdeguzman profile image
Joshua de Guzman

Thanks for the additional input! Will check this out too! Cheers.