In practice --add is not very useful, as it adds a bunch of other dependencies from Gradle itself. Adding a dependency manually in the version catalog is not that hard, and with versionCatalogFormat added it's easy to add it by hand, then format the catalog.
In practice
--add
is not very useful, as it adds a bunch of other dependencies from Gradle itself. Adding a dependency manually in the version catalog is not that hard, and withversionCatalogFormat
added it's easy to add it by hand, then format the catalog.