Does Intellij / Android Studio not use Gradle's dependency cache? It seems like when I sync the IDE it downloads all of the artifacts again even if:
1. Already downloaded those artifacts when building with Gradle on the command line before that
2. Another project already downloaded those artifacts
I've been noticing this with Jetbrain's Compose since there are a ton of artifacts, and their Maven repo is relatively slow.