module-graph
module-graph copied to clipboard
Usage of Deprecated getDependencyProject() Method in dev.iurysouza.modulegraph
The ProjectDependency.getDependencyProject() method is deprecated and is currently being used in the dev.iurysouza.modulegraph library. This results in multiple deprecation warnings during the Gradle build process.
The ProjectDependency.getDependencyProject() method has been deprecated.
💡 Suggested Fix: Update the library to use the recommended replacement API for getDependencyProject(). Refer to the Gradle API documentation for the latest guidance.
✅ Why It Matters: Continuing to use deprecated APIs can lead to build instability and future incompatibilities with Gradle versions. Updating ensures long-term compatibility and cleaner build output.