mikepenz / AboutLibraries

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.64k stars 420 forks source link

Only retrieve top level dependencies #986

Closed jwson-automation closed 4 months ago

jwson-automation commented 4 months ago

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

Checklist

mikepenz commented 4 months ago

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 4 months ago

Closing as this is currently not planned.

jwson-automation commented 2 months ago

Thank you for your answer :)