This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Tool specifies top-level dependency as using legacy lib, but instead it should point to transitive dependency #19
Comments
Verbose output of jetifier-standalone:
|
Okay, after more troubleshooting it seems like I added the dependency to an empty project and with jetifier off, it won't build if added.
|
Ok,
Changing this ticket title to reflect that the specific dependency that causes the issue was not identified. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
in our project. It's fairly dated and we need to migrate away from it, but it's currently in :D. I wanted to disable jetifier, so I checked with this tool and https://github.com/dipien/bye-bye-jetifier.Funnily this tool finds the zxing lib as false positive, and the other tool does not find this & another one dipien/bye-bye-jetifier#27
The text was updated successfully, but these errors were encountered: