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

Unused Dependencies #72

Open
naltynbekkz opened this issue May 15, 2022 · 0 comments
Open

Unused Dependencies #72

naltynbekkz opened this issue May 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@naltynbekkz
Copy link

naltynbekkz commented May 15, 2022

A question. The snippet from build output is

Scanning com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0
 Absolute path: /Users/mac/.gradle/caches/modules-2/files-2.1/com.jakewharton.rxbinding2/rxbinding-kotlin/2.2.0/f0c5b54acdec1fd5c5d77dbd0c905550ce324d80/rxbinding-kotlin-2.2.0.aar
 Graphs to this dependency:
 +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2
     +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0
 +---zapis-partner-android.features:promotion:unspecified
     +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2
          +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0
 +---zapis-partner-android.features:journal:unspecified
     +---zapis-partner-android.features:promotion:unspecified
          +---com.github.cloudpayments:CloudPayments-SDK-Android:1.1.2
               +---com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0
 Issues found:
 * pom -> com.android.support:support-annotations:28.0.0

> Task :canISayByeByeJetifier FAILED

Execution failed for task ':canISayByeByeJetifier'.
> You can not say Bye Bye Jetifier

Apparently the CloudPayments library is only declaring the dependency on com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0 in the build.gradle file, but is not actually using it. What should I add to the excludedFilesFromScanning?

@naltynbekkz naltynbekkz added the bug Something isn't working label May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant