gradle
Reducing mammoth gradle caches
· β˜• 6 min read · ✍️ Nishant
Once in a while I notice space occupied in my dev machine to be considerable. Since I am an Android Engineer, I mostly work with Gradle build tool.

How I reduced my Android build times by 89%
· β˜• 6 min read · ✍️ Nishant
This isn’t a click-bait article! I will explain how to make your Android build time shorter than the reading time of this post (hopefully) πŸƒπŸ»

Update Dependencies-Code-Repeat
· β˜• 6 min read · ✍️ Nishant
Agree or not agree, but on an average consensus pretty much every android dev goes through the loop of Update Dependencies.Code.Repeat. for each of his/her android project.

The curious case of dependency conflicts
· β˜• 6 min read · ✍️ Nishant
If I were to ask a question to a room filled with android developers “How many of you have been in that place of sheer helplessness and panic when your gradle build fails because of a version conflict in dependencies?