Only retrieve top level dependencies
jwson-automation opened this issue · 3 comments
jwson-automation commented
About this issue
I know this autoDetectFeature get all dependencies and sub dependencies (maybe from library of library ), I wanna know how can I show dependencies only i write in my code with autoDetect...
If there is no way, just tell me that's impossible.
but If I can do any way, please teach me :)
Details
- Used library version : 10.9.0
- Used support library version
- Used gradle build tools version
- Used tooling / Android Studio version
- Other used libraries, potential conflicting libraries
Checklist
- Searched for similar issues
- Checked out the sample application
- Read the README
- Checked out the CHANGELOG
- Read the MIGRATION GUIDE
mikepenz commented
Currently this is not supported, as the idea of this library was to provide attribution to all used libraries (which includes transitive dependencies).
Can you perhaps explain on the usecase? E.g. why would you want to skip attribution of nested libs?
mikepenz commented
Closing as this is currently not planned.
jwson-automation commented
Thank you for your answer :)