kotlin-obd-api
kotlin-obd-api copied to clipboard
New release 1.2.0 is missing from repositories
I'm trying to use 1.2.0
here is the error I'm getting
Execution failed for task ':app:checkDebugDuplicateClasses'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.github.eltonvs:kotlin-obd-api:1.2.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
- https://jcenter.bintray.com/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
- https://repo.maven.apache.org/maven2/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
Required by:
project :app
Thanks!
Hey @elip-OE!
I believe this is related to the change related to jitpack.
In this version, there was a required update to add the jitpack repository to the project. Can you check if you still get this error when following these instructions?
Best, Elton