android studio - where does gradle put the jars it downloads? -
i using android studio gradle. in project find jar files pulling gradle say
compile 'com.squareup.picasso:picasso:2.5.2'
digging through android studio find xml
file under
/users/myname/studioprojects/myproject/.idea/libraries/picasso_2_5_2.xml
i inside, opened terminal , routed path suggested. jar. want browse it. if source picasso-2.5.2-sources.jar
using spotlight search nothing found. cannot view what's inside. how might that?
when running gradle, .gradle
folder created in home directory: ~/.gradle/caches
.