modules-graph-assert icon indicating copy to clipboard operation
modules-graph-assert copied to clipboard

Feature request: Add API to specify configurations from the command line

Open dturner opened this issue 1 year ago • 0 comments

We are using this plugin on the Now in Android app project to visualize module dependencies (example). We generate graphs for each module using a script which calls generateModulesGraphvizText. This works great, thanks.

The module dependencies are obtained for the default configurations of api and implementation, however, we would like to also generate dependency graphs for the test and androidTest configurations as well. Would it be possible to add an API parameter to specify configurations from the command line?

dturner avatar Jul 04 '24 17:07 dturner