uttesh/exude

Compilation Failed To Complete

Closed this issue · 1 comments

When I add your library in my project, I am getting this error.

Program type already present: org.apache.commons.logging.Log
Message{kind=ERROR, text=Program type already present: org.apache.commons.logging.Log, sources=[Unknown source file], tool name=Optional.of(D8)}

Can you help me with this problem?

1

2

@Monim64

exclude the libraries which are already present, https://discuss.gradle.org/t/how-do-i-exclude-specific-transitive-dependencies-of-something-i-depend-on/17991

compile('com.uttesh.exude:0.0.3') { exclude group: 'org.unwanted', module: 'x }

its nothing to do with the library, closing the issue.