QuickPermissions / QuickPermissions-Kotlin

The most easiest way to handle Android Runtime Permissions in Kotlin
Apache License 2.0
313 stars 35 forks source link

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

Open shashank1800 opened 3 years ago

shashank1800 commented 3 years ago

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 ```
lidorDF commented 3 years ago

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

amansatija commented 2 years ago

this is ridiculous i m also unable to resolve this

amansatija commented 2 years ago

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