Managing libraries and dependencies in Android projects with Gradle version catalog
In large multi-module Android (or for that matter any gradle-based) project, version management starts to become a bit of a pain. The most common way people have been coping with that was using buildSrc, but the problem with that is buildSrc changes...
Apr 26, 20223 min read1.9K
