Hi,
I have a project that consists of many, relatively independent subprojects.
Each subproject has a configuration called ‘feature’ and “compileOnly.extendsFrom feature”
Now, the rootProject needs a configuration that contains the dependencies of all the subprojects ‘feature’ configurations.
Any way I can think of will either have an empty dependency set, or that the rootProject.configurations.feature is not allowed to be modified “after it has been resolved”. Also, not able to find anything in this forum, SO or Google in general.