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.67k stars 115 forks source link

feat(testkit-support): support DslKind.KOTLIN. #1075

Closed autonomousapps closed 6 months ago

autonomousapps commented 6 months ago

This isn't how I'd like the final implementation to look, but it unblocks Kotlin DSL usage and demonstrates concrete usages. We can try to push the implementation details into Scribe etc later.

autonomousapps commented 6 months ago

Build failed