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

Bundle kotlin-test to avoid false-positives #1197

Open mattprecious opened 3 weeks ago

mattprecious commented 3 weeks ago

kotlin-test is being incorrectly flagged as unused due to how the kotlin plugin manages the dependency.

Fixes #892.