patrikerdes/gradle-use-latest-versions-plugin

Add support for version catalogs

melix opened this issue · 0 comments

melix commented

Gradle 7 introduced version catalogs which are standardized ways of declaring dependency versions.

There are 2 forms which may be supported by this plugin:

  1. the easiest, the *.versions.toml file (e.g libs.versions.toml)
  2. the settings DSL

It would be nice to support at least 1., which is IMO the most common usage.