This Gradle plugin visualizes project dependencies, presenting a graphical representation of the relationships between modules and external libraries. It provides an easy way to understand the project structure and manage dependencies more efficiently.
plugins {
id("kr.junhyung.project-grapher") version "0.0.1-beta"
}
Licensed under the Apache License, Version 2.0