ursus
06/11/2023, 4:46 PMplugin ..
syntax, but turns out I cannot reference ext
where I define all my dependency versions.
Stackoverflow lead me to believe one should place plugin versions in gradle.properties
, which I really don't like, as some dependencies need to be the same version as their respective plugin, and I don't like having two sources of truth.
Do you really deal with 2 sources of truth, or is there some newer way to manage dependency versions?
Will moving my config from ext
to the version catalogue help?Chris Lee
06/11/2023, 5:27 PMursus
06/11/2023, 5:29 PMChris Lee
06/11/2023, 5:30 PMursus
06/11/2023, 5:30 PMVampire
06/11/2023, 8:38 PMVampire
06/11/2023, 8:39 PM