In your build.gradle file:
Add mavenLocal() to your repositories closure. The order is important.
repositories {
mavenCentral()
mavenLocal()
}
In your build.gradle file:
Add mavenLocal() to your repositories closure. The order is important.
repositories {
mavenCentral()
mavenLocal()
}