module-graph icon indicating copy to clipboard operation
module-graph copied to clipboard

A Gradle Plugin for visualizing your project's structure, powered by mermaidjs

Results 11 module-graph issues
Sort by recently updated
recently updated
newest added

## ⚠️ Is your feature request related to a problem? Please describe when I use your module graph in my modular multiplatform app, I can't see my sub-module (common, android,...

enhancement

## 🚀 Description Adds support for multiple graphs ## 📄 Motivation and Context The current setup allows for a single graph to be generated in each project. But sometimes you...

## ⚠️ Is your feature request related to a problem? Please describe Not a problem at all. Its like a Badge to indicate how healthier is the dependency graph ##...

enhancement

## ⚠️ Is your feature request related to a problem? Please describe Is it possible to print the longest graph path with this plugin? ## 💡 Describe the solution you'd...

enhancement

## 🐛 Describe the bug Mermaid can fail to render a graph even with correct syntax. Already reported here: [Syntax error even with correct syntax](https://github.com/mermaid-js/mermaid/issues/1753) **This is a bug on...

bug

## 🐛 Describe the bug Hello, first of all, thank you for this plugin, seems very usable in the early state it's in. This is definitly something that has been...

## 🐛 Describe the bug We are currently using the 0.9.0 version in an Android multi-module project that uses Java and Kotlin languages. The plugin was working fine with 0.9.0...

bug

The ProjectDependency.getDependencyProject() method is deprecated and is currently being used in the dev.iurysouza.modulegraph library. This results in multiple deprecation warnings during the Gradle build process. ‍`The ProjectDependency.getDependencyProject() method has been...

## 💡 Describe the solution you'd like Let's say that we have 3 modules: - moduleA - depends on moduleB - moduleB - depends on nothing - moduleC - depends...

enhancement

## 🚀 Description Adds support for providing a custom graph model input so that the task can be extended to render a custom graph. Previously, the plugin only allowed generation...