gildor / kotlin-coroutines-retrofit

Kotlin Coroutines await() extension for Retrofit Call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.8.1 fails to resolve in Gradle where 0.7.1 has no issues

bajabob opened this issue · comments

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

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

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