I just installed Android Studio 3.1 and wanted to create a new project with Kotlin and C++ support. I changed the gradle options in the settings as I always do whenever I install a new Android Studio version (see the picture 1) My default settings for a new Android Studio Project
After that I sync the project and the Android Studio beggins downloading a lot of dependencies (more than usual), but always get stuck when downloading this one:
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.30/kotlin-compiler-embeddable-1.2.30.jar 14m 48s 86ms
If you look at the end there is the amount of time spent on that download (15 min before I killed the proccess for the n-time)...
I downloaded the .jar manually outside AS (in less than 5 mins)... and now my question is ...
Where can I put this file so that AS sucks it up from my local machine and stops trying to download it from the internet, never again!!!!!