-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve com.github.yatatsu:autobundle-processor:1.0.2. #32
Comments
@scuti-dai Sorry, this library is not maintained anymore. Also I highly recommend using Safe Args instead of this library. |
@yatatsu thank you for your reply autobundle is working fine but autobundle-processor is not working i try version 5.0.2 buts i still error: Could not GET 'https://jitpack.io/com/github/yatatsu/autobundle-processor/5.0.2/autobundle-processor-5.0.2.pom'. Received status code 401 from server: Unauthorized Could you try accessing this link to help me check the permission? |
me too.. I think this is known issue with jitpack.io. |
i use my mac book pro run project and it's working, but i use a mac M1 and have a bug :)) Could you give me some advice to replace this library? implementation 'com.github.yatatsu:powerwebview:0.3.1' |
Detailed information on how to use Safe Args can be found in this document: Or you can fork repos, then use your forked repo with jitpack.io. Have you already tried it? |
Yes, but still error Unauthorized |
I tried adding the dependency as follows, and it worked for me. You might want to check your Gradle configuration. in build.gradle allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
} in app/build.gradle
|
Could you try annotationProcessor ? The word "kapt" is only for kotlin in build.gradle me too
|
As you mentioned, both |
yes, the build failed :((( |
I got it. implementation "com.github.yatatsu.autobundle:autobundle:5.0.2"
kapt "com.github.yatatsu.autobundle:autobundle-processor:5.0.2" |
thanh you so much, i can run it now |
i maintained the app many year ago and i'm facing this bug, Could you help me check this.
thank you.
Could not resolve all files for configuration ':app:enStagingDebugAnnotationProcessorClasspath'.
The text was updated successfully, but these errors were encountered: