Is it possible in directory structure like
- root
- a
- b
- settings.gradle
- a
to add directory b as a subproject but don’t add directory a as a subproject? Documentation of Settings#include explicitly mentions that it adds parent directories as projects as well
As an example, the path
a:badds a project with path:a:b, nameband project directory$rootDir/a/b. It also adds the a project with path:a, nameaand project directory$rootDir/a, if it does not exist already.