Skip to content

Centralize dependency versions using constants across multiple build.gradle files #3093

Open
@seankao-az

Description

Is your feature request related to a problem?
Currently, our project consists of several subprojects, each with its own build.gradle file. Many of these subprojects share common dependencies, and it's crucial that the versions of these shared dependencies remain consistent across all subprojects.

Current situation:

What solution would you like?
Create a single source of truth for dependency versions in the root build.gradle, defining constants for each shared dependency version. Reference these constants in all subproject build.gradle files instead of using string literals.

Metadata

Assignees

No one assigned

    Labels

    catch-all acknowledgedMarks issues caught in catch-all triage for searchabilitymaintenanceImproves code quality, but not the product

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions