The recommended ext extension in root project for Gradle in https://jlbp.dev/JLBP-16 is bad practice nowadays (cross project configuration), and won't work with Gradle's Isolated Projects feature.
Gradle has had a Version Catalog feature for some time now specifically to declare dependency versions to be used across the build.
The recommended
extextension in root project for Gradle in https://jlbp.dev/JLBP-16 is bad practice nowadays (cross project configuration), and won't work with Gradle's Isolated Projects feature.Gradle has had a Version Catalog feature for some time now specifically to declare dependency versions to be used across the build.