
implementation("com.squareup.invert:invert-models:0.0.6-dev")Invert is a Gradle plugin that generates dynamic web reports, offering insights into project dependencies through static analysis. It provides an inverted view of module dependencies, highlighting which modules depend on a specific module. Custom static analysis plugins can be integrated to collect project-specific data. Reports are generated at `build/reports/invert` and can be updated continuously via GitHub Actions and GitHub Pages.