I have been trying to switch my project from Intellij to Android Studio, which has required me to create a build.gradle file. I know I can add each of these as a library dep
to the build.gradle. Now you have repositories defined only in build script which resolves dependencies only for the buildscript itself not for the project.