Hi Guys, Would I be able to get help with the following question <https://stackoverflow.com/question...
p
r
Add
mavenLocal()
to your repositories list:
Copy code
repositories {
    mavenCentral()
    jcenter()
    mavenLocal()
}
And then reference your artifacts as usual (groupid/artifact/version).