Subproject in nested directory

The include docs provide an example of that for baz.

include 'b'
project(':b').projectDir = file('a/b')
1 Like