Kpan
Kpan copied to clipboard
Cannot add library to gradle
hi, is it possible to add this to mavenCentral? i'm getting this error:
Failed to resolve: me.gujun.android:span:1.7 Affected Modules: app
Hello @AiraAng how did you fix it?
I found the link to where the package can be installed: https://mvnrepository.com/artifact/me.gujun.android/span/1.7
I have fixed it by adding in my settings.gradle.kts
maven { url = uri("https://maven.scijava.org/content/repositories/public/") }