gradle-analytics-plugin icon indicating copy to clipboard operation
gradle-analytics-plugin copied to clipboard

[Feature] Exclude configurations when generating module dependency graph

Open Nek-12 opened this issue 1 year ago • 0 comments

The graph is completely unusable on large multiplatform projects.

I can't see much details because it exceeds the mermaid max zoom level too quickly, but it seems that all configurations are included in the mermaid chart image

And this is how the project dependency graph looks like for our project :D image

We surely don't have this many dependencies and the graph height of the project is just 6, but this looks way off.

Is there any way to simplify the generated mermaid chart?

Nek-12 avatar Feb 08 '24 13:02 Nek-12