
implementation("com.squareup.invert:invert-models:0.0.12")invert-models is a component of Invert, a Gradle plugin that provides a dynamic web report for gaining insights into Gradle projects through static analysis. It enables viewing an inverted perspective of module dependencies, showing which modules depend on a particular module. This is achieved by fully configuring the project and analyzing transitive dependencies by configuration. Additionally, Invert collects static analysis data on a per-module basis, allowing for the integration of custom static analysis plugins tailored to project needs. The report can be generated on every merge to the main branch, ensuring an up-to-date view of the project without waiting for configuration.