Due to the configuration cache changes in gradle 9, I need a way to use outputs from an included build as part of the configuration of the root build. Is that possible?
Essentially, I need to evaluate the software model completely to get a list of all dependencies in a subproject, and then use that for configuring dependencies in the root project. Before, that worked (although based on the error message it's one of the cases that shouldn't have), but now it doesn't.
And also, is there a way to use the root projects gradle.properites in an included build?