How to decrease your Gradle build time by 65%?

Source:- kevalpatel2106.wordpress.com Gradle is very powerful build system. It handles the very complex process of building .dx files from java source code, merging all the resources and assets into the application package (.apk) and signing the application. But gradle isn’t perfect. It is comparatively slower than other build systems out there. Why should you care about build time of your project? For a long time, I was OKAY with my build timings. I thought I can live with this. I used to do

Read more