QuickPermissions/QuickPermissions-Kotlin

Could not resolve org.jetbrains.anko:anko-commons:0.10.5

Opened this issue · 3 comments

I'm not able to build my app after adding QuickPermission-Kotlin to my dependency

Its says:

Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevDebug'.
> Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'.
   > Could not find org.jetbrains.anko:anko-commons:0.10.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom
       - https://repo.maven.apache.org/maven2/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom
       - https://jitpack.io/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom
     Required by:
         project :app > com.github.quickpermissions:quickpermissions-kotlin:0.4.1

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html ```

Same issue, is it going to be in maven central soon?

this is ridiculous i m also unable to resolve this

hey i was able to resolve this by adding jcenter in the repositories
anko artifacts are hosted at jcenter