pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

Failed to resolve: com.pawegio.kandroid:kandroid:0.8.8 #63

Open Andrey-Morenkov opened 4 years ago

Andrey-Morenkov commented 4 years ago

Issue is appeared when upgrading: Android Studio 3.6 -> 4.0 Gradle 3.6.3 -> 4.0.0 and -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

janzzend commented 4 years ago

Temporarily downgraded to version 0.8.7 to resolve.

Andrey-Morenkov commented 4 years ago

@janzzend Thanks, really working but no need to close the issue because this is only hotfix

StefMa commented 4 years ago

I guess the reason is because the maven-metadata.xml at bintray is wrong.

As you can see in this copy I've just uploaded to GitHub, the latest version is named 0.8.7. So Gradle is unable to find the 0.8.8 because, well, there is according to the XML no 0.8.8 🙃

But anyways. Two things which came in my mind:

  1. It may happen that the published 0.8.7 includes everything from the 0.8.8. So there is no downside of using the 0.8.7.
  2. If its not the case, use the Jitpack version; that should ™️ work 🙃
nashihu commented 3 years ago

any update sir? @pawegio