For configuring Android apps builds, I’m looking at the new Gradle Versions Catalog system and trying to figure out why I would need to use it rather than simply declaring all version values in the single application-level gradle build file instead – where it can be seen by all modules?
(It seems to involve may more work to set up than using the app-level build file.)
Are there any additional features/behaviors the versions catalog system provides?