autonomousapps / dependency-analysis-gradle-plugin

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
Apache License 2.0
1.66k stars 116 forks source link

Support coreLibraryDesugaring configuration #1204

Open Jacks0N23 opened 2 weeks ago

Jacks0N23 commented 2 weeks ago

Is your feature request related to a problem? Please describe. I noticed that when my module have dependency on coreLibraryDesugaring(libs.tools.desugarJdkLibs) then plugin doesn't even see it and in console there is no suggestion to remove it if it unused

Describe the solution you'd like Support searching for this configuration usages