Migrate project dependencies to using Version Catalogs #10927
Labels
dependency
Issues and PRs related to dependencies
feature request
Issue is related to a feature in the app
good first issue
Easy/simple issues perfect for newcomers to get involved in the project
rewrite
Issues and PRs related to rewrite
Checklist
Feature description
Currently, the project manages dependencies by declaring them directly within the
build.gradle
file. This approach, while functional, can become cumbersome and difficult to maintain as the project grows and the number of dependencies increases.This feature proposes migrating dependency management to Version Catalogs. Version catalogs are a centralized location within the Gradle build system to store and manage all project dependencies.
Why do you want this feature?
Version catalogs offer several advantages over declaring dependencies directly in build.gradle: https://developer.android.com/build/migrate-to-catalogs
Additional information
No response
The text was updated successfully, but these errors were encountered: