Skip to content
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

Conflicting gradle 'compile' line #51

Closed
cheburakha opened this issue Nov 6, 2019 · 1 comment
Closed

Conflicting gradle 'compile' line #51

cheburakha opened this issue Nov 6, 2019 · 1 comment

Comments

@cheburakha
Copy link

Hey, thanks for your library!

I'm still coding with a Java stack so I've tried to include your gradle variant.
The issue is that gradle has recently deprecated the 'compile' option - so I replaced it with the


implementation ("com.prof.rssparser:rssparser:2.0.4") {
    exclude group: 'org.jetbrains', module: 'annotations'
}

section - 'exclude' option is because i've already had an

implementation 'org.jetbrains:annotations-java5:15.0'

line - that issued a ton of a
Duplicate class org.intellij.lang.annotations.Flow found in modules annotations-13.0.jar (org.jetbrains:annotations:13.0) and annotations-java5-15.0.jar (org.jetbrains:annotations-java5:15.0)
errors, so I bypassed em by staying with already present annotations.

Cheers!

@prof18
Copy link
Owner

prof18 commented Mar 8, 2020

Thank you! There was a typo on the Readme. I forgot to change from compile to implementation back then.

@prof18 prof18 closed this as completed Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants