gildor / kotlin-coroutines-retrofit

Kotlin Coroutines await() extension for Retrofit Call
Apache License 2.0
847 stars 64 forks source link

0.8.1 fails to resolve in Gradle where 0.7.1 has no issues #31

Closed bajabob closed 7 years ago

bajabob commented 7 years ago

For some reason when upgrading to 0.8.1, gradle cannot resolve the JAR from the server.

Error:Unable to resolve dependency for ':app@productionDebug/compileClasspath': Could not resolve ru.gildor.coroutines:kotlin-coroutines-retrofit:0.8.1. Open File
Show Details

gildor commented 7 years ago

Hi @bajabob thanks for this issue. Yeah, this is a problem with pom file in 0.8.1 because now I use implicit Kotlin version for stdlib. I fixed it in 0.8.2. Soon will be published, I will notify you

gildor commented 7 years ago

@bajabob Version 0.8.2 with fixed pom released to JCenter and Maven Central, please check. Close this issue