Android-SimpleLocation
Android-SimpleLocation copied to clipboard
Cannot resolve
Error:(34, 13) Failed to resolve: com.github.delight-im:Android-SimpleLocation:v1.0.1
yah i cant get it to work with kotlin either.
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.
I face the same problem (cannot resolve) although i've put maven { url "https://jitpack.io" } already
yeah in kotlin i got this error too . how plsisss
maven { url "https://jitpack.io" } add this to settings graddle I solved the error like this