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.77k stars 116 forks source link

Catch exception when analyzing Kotlin files for inline members. #1052

Closed autonomousapps closed 10 months ago

autonomousapps commented 10 months ago

1035

This happened when updating to kotlinx-metadata-jvm v0.7.0, which appears to have fixed a bug and become more strict. Not entirely clear on the root cause, so for now we just catch and log.