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:
- the easiest, the
*.versions.toml
file (e.glibs.versions.toml
) - the settings DSL
It would be nice to support at least 1., which is IMO the most common usage.