30 ideas to Gradle your Gradle Build times
<p>Is your Gradle build taking too long time? These 30 ideas can help you to optimize your slow Gradle build on Android and non-android projects.</p>
<h1>1. Use the latest dependencies versions</h1>
<p>If you stay up to date with your dependencies, you will get all the enhancements and optimizations they have to offer. Using the latest <code>Gradle</code>, <code>Android Gradle plugin</code> & <code>Kotlin Gradle plugin</code> versions can help a lot to reduce your build speed. But other dependencies upgrades, mainly Gradle plugins, are also important.</p>
<p>Keeping your Gradle project dependencies up to date can be a huge manual task if you have a big project. It’s a bit tedious for developers to manually check for dependencies upgrades, causing a lot of waste of time. The <a href="https://github.com/dipien/releases-hub-gradle-plugin" rel="noopener ugc nofollow" target="_blank"><strong>Releases Hub Gradle Plugin</strong></a> helps developers to keep their dependencies up to date.</p>
<p><a href="https://blog.dipien.com/30-ideas-to-reduce-your-gradle-build-times-2da13d1c6276">Click Here</a></p>