Andrew Steinmetz
06/10/2023, 8:53 PMbuildSrc method with a Deps.kt file listing all the versions, although I have heard this can be bad for performance and was curious what one should be doing?kevin.cianfarini
06/10/2023, 9:55 PMAhmed na
06/11/2023, 10:50 AMbuildSrc
Also i read that buildSrc will support incremental builds by gradle 8
-----
After working with buildSrc and submodules and sdks in large projects
Honestly hard coding the version for each module is not that big of a deal (or bad practice)
Gradle will pick the latest version and that what matters
so you can simply bump the version of a lib in the current module
but downgrading will be an issue 😅