/project-grapher

A powerful project visualizer for Gradle multi-project environment.

Primary LanguageKotlinApache License 2.0Apache-2.0

ProjectGrapher

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.

Using in your projects

plugins {
    id("kr.junhyung.project-grapher") version "0.0.1-beta"
}

You can make it like this.

Dependency Graph

License

Licensed under the Apache License, Version 2.0