social glazing

This commit is contained in:
Harsh Shandilya 2024-03-31 22:39:41 +05:30
parent 131a0b6b73
commit 5c19f015bb
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ date: 2024-03-30T21:43:07.031Z
summary: Waiting for Gradle to download dependencies before your IDE becomes
usable is a constant pain for developers. Here are some tips to speed up that
process.
socialImage: "uploads/gradle-social.webp"
---
Android developers are intimately familiar with the ritual of staring at your IDE for tens of minutes while Gradle imports a new project before they can start working on it. While not fully avoidable, there are many ways to improve the situation. For small to medium projects, the time spent on this import phase can be largely dominated by dependency downloads.