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.68k stars 114 forks source link

Filter out weird flat dependencies. #1049

Closed autonomousapps closed 7 months ago

autonomousapps commented 7 months ago

Sometimes (from KGP? Not sure) FindDeclarationsTask discovers flat dependencies that are:

  1. () -> Any?
  2. property 'destinationDirectory'

Basically they're properties that point to directories on the filesystem. They're not interesting for dependency analysis. So, skip them.