Subprojects and multiple settings.gradle scripts

Continuing the discussion from Is there any alternative to using settings.gradle for multi project builds?:

I was able to workaround the one settings.gradle limitation by applying subproject settings.gradle scripts with a projectDir update. This scheme supports multiple layers and doesn’t require redundant configuration. Details here: build automation - Multiple settings gradle files for multiple projects building - Stack Overflow