iurysza / module-graph

A Gradle Plugin for visualizing your project's structure, powered by mermaidjs
https://plugins.gradle.org/plugin/dev.iurysouza.modulegraph
MIT License
346 stars 13 forks source link

Fix generating duplicated Digraphs #31

Closed iurysza closed 7 months ago

iurysza commented 7 months ago

๐Ÿš€ Description

Fixes a regression where we would generate repeated graph edges.

๐Ÿ“„ Motivation and Context

๐Ÿงช How Has This Been Tested?

Unit tests, sample app, real project

๐Ÿ“ฆ Types of changes

โœ… Checklist