-
Notifications
You must be signed in to change notification settings - Fork 145
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
Duplicate class autoservice #171
Comments
This isn't a very helpful comment to make and it's a generalization.
This is a bit perplexing as And here is an example of a plugin which does depend on it.. or at least it should be. Looking at the plugin POM file and noting the dependency is missing leads me to think that the annotation processor is doing something incorrectly. It appears that the auto value dependency should be |
Any update on this one? @jonyChina162 how did you solve this? |
facing the same issue. any update ? |
I'm using |
I was blocked by this when trying to integrate Hyperion into a project with I figured one other, slightly dirty solution would be to use Jar Jar Links Gradle plugin to remove Is there anything blocking Hyperion from directly depending on |
I encounter this problem when run my app with dependencies hyperion:
Duplicate class com.google.auto.service.AutoService found in modules auto-service-1.0-rc2.jar (com.google.auto.service:auto-service:1.0-rc2) and classes.jar (com.willowtreeapps.hyperion:hyperion-plugin:0.9.27)
Tell the truth, it is not a good idea put a third-party class into into your libs
The text was updated successfully, but these errors were encountered: