delight-im / Android-SimpleLocation

Utility class for easy access to the device location on Android
Apache License 2.0
200 stars 75 forks source link

Cannot resolve #26

Open Gowda96 opened 6 years ago

Gowda96 commented 6 years ago

Error:(34, 13) Failed to resolve: com.github.delight-im:Android-SimpleLocation:v1.0.1

j2emanue commented 6 years ago

yah i cant get it to work with kotlin either.

ocram commented 6 years ago

Did you modify both build.gradle files, as shown in the README?

You have to add the repository in the root build.gradle. This is important!

I don’t think it’s related to Java vs. Kotlin.

albarfikri commented 2 years ago

I face the same problem (cannot resolve) although i've put maven { url "https://jitpack.io" } already

Itsqy commented 2 years ago

yeah in kotlin i got this error too . how plsisss

tolgabudanoglu commented 1 year ago

maven { url "https://jitpack.io" } add this to settings graddle I solved the error like this