So I'm noticing something curious. When I enable t...
# gradle
s
So I'm noticing something curious. When I enable the http build cache (and disable the local one) for my simple android project, clean build times actually increase by 1 to 2 seconds on average, from 13 to 14 seconds (when no build cache is on), to 15 seconds (when the http build cache is on). My build is less than 20 classes, distributed over a 5-6 gradle modules. I'm guessing this would scale better as the size of the project increases?