`fixDependencies` doesn't work with type-safe accessors
Build scan link
Plugin version
Gradle version
JDK version
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
(Optional) Android Gradle Plugin (AGP) version
(Optional) reason output for bugs relating to incorrect advice
Describe the bug
When using the plugin in a project that uses type-safe accessors, although the analysis is performed correctly, the advice produced by the plugin is not type-safe based, so when fixDependencies tries to apply it, nothing happens.
To Reproduce Steps to reproduce the behavior:
- ...
Expected behavior
Additional context
Thanks for the report. Could you provide a minimal reproducer?
I just put up a PR that adds support for type-safe accessors to fixDependencies : https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1522