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

Unable to find method KotlinModuleMetadata.getKmModule() , explodeJarRelease is failing #1177

Closed gptshubham595 closed 2 months ago

gptshubham595 commented 2 months ago

I'm working with multiple modules in android

for DI I'm using Hilt (Dagger2)

:app (com.android.application), :presentation (com.android.library), :data(com.android.library) , :domain(com.android.library), :benchmark (com.android.test)

Now I added in top level gradle

plugins{ alias(libs.plugins.dependency.analysis) }

allprojects { apply(plugin = "com.autonomousapps.dependency-analysis") }

Now I'm running buildHealth everytime its failed for these three tasks and I don't know the reason

explodeJarRelease

autonomousapps commented 2 months ago

Please re-file this issue while using the issue template. A minimal reproducer will also be essential.