-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
Description
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