We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry:
I find you use org/jetbrains/annotations/NotNull.class in Preconditions.class. I think this is due to this error. How to avoid this error ?
org/jetbrains/annotations/NotNull.class
Preconditions.class
The text was updated successfully, but these errors were encountered:
Hi Tao, I think you could try something like:
dependencies { compile ('com.fernandocejas:arrow:1.0.0') { exclude module: 'annotations' } }
Sorry, something went wrong.
@hamen thanks! Really appreciate your help here. 😄
@hamen thanks!
No branches or pull requests
I find you use
org/jetbrains/annotations/NotNull.class
inPreconditions.class
. I think this is due to this error. How to avoid this error ?The text was updated successfully, but these errors were encountered: