ghedeon
01/06/2019, 9:18 PMbuildSrc
(good explanation: https://caster.io/lessons/gradle-dependency-management-using-kotlin-and-buildsrc-for-buildgradle-autocomplete-in-android-studio). Obviously, all the checks for updates are gone. How do you deal with it? Any custom plugins that tackle this inconvenience?octylFractal
01/06/2019, 9:19 PMoctylFractal
01/06/2019, 9:20 PMif (project.hasProperty("versions"))
, so you can do gradle :depUpdates -Pversions
and get updates, even if the plugin isn't part of your projectghedeon
01/06/2019, 9:43 PMinitsript
? Maybe you've got a github link handy.octylFractal
01/06/2019, 9:45 PMCzar
01/06/2019, 10:34 PMjmfayard
01/07/2019, 5:35 AMbuildSrc
module
https://github.com/jmfayard/buildSrcVersionsghedeon
01/07/2019, 9:31 AMjmfayard
01/07/2019, 9:47 AM