-
Notifications
You must be signed in to change notification settings - Fork 9
Android Build Issues #9
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
Comments
Closed
@irvine752 I'm not sure what the output will be, but can you paste the output of
and
here? "app" should be the module that has the problem. Projects dependency treeThe dependency tree of the current master is:
|
Please check whether the solution in #14 solves your problem. There is a running demo attached to the comment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the latest version, I'm getting conflict errors.
I have also tried:
implementation ('de.sfuhrm:radiobrowser4j:2.0.5'){
exclude module: "jetified-jakarta.inject-2.6.1"
exclude module: "jetified-jakarta.xml.bind-api-2.3.2"
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
exclude 'META-INF/NOTICE.md'
exclude 'META-INF/LICENSE.md'
exclude 'META-INF/NOTICE.markdown'
exclude 'META-INF/INDEX.LIST'
exclude("META-INF/*.kotlin_module")
}
Build Log:
Duplicate class javax.inject.Inject found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
Duplicate class javax.inject.Named found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
Duplicate class javax.inject.Provider found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
Duplicate class javax.inject.Qualifier found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
Duplicate class javax.inject.Scope found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
Duplicate class javax.inject.Singleton found in modules jetified-jakarta.inject-2.6.1 (org.glassfish.hk2.external:jakarta.inject:2.6.1) and jetified-javax.inject-1 (javax.inject:javax.inject:1)
The text was updated successfully, but these errors were encountered: