modules-graph-assert
                                
                                 modules-graph-assert copied to clipboard
                                
                                    modules-graph-assert copied to clipboard
                            
                            
                            
                        Feature request: Add API to specify configurations from the command line
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?