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

Fix plugin, repository, and settings script rendering for Kotlin Dsl #1070

Closed tcrawford-figure closed 6 months ago

tcrawford-figure commented 6 months ago

I did take note that the Dependency rendering for Kotlin Dsl also requires some work and will likely not generate a valid Kotlin Dsl, but chose to forego adjusting any of that since it seems to require a larger change.

autonomousapps commented 6 months ago

@tcrawford-figure would you be willing to push a separate PR with the documentation changes? I think those would be useful for lots of people <3

tcrawford-figure commented 6 months ago

@tcrawford-figure would you be willing to push a separate PR with the documentation changes? I think those would be useful for lots of people <3

@autonomousapps Yes! Absolutely! Hopefully I can get a new PR up today.

tcrawford-figure commented 6 months ago

Closing this PR based on feedback discussed above. Will open a new PR with documentation changes.