Slackbot
11/09/2022, 5:26 AMVampire
11/09/2022, 7:57 AMinclude(":features:feature1")
it automatically creates both projects, features
and feature1
. If you want direct child but in subdir, you have to do include(":feature1"); project(":feature1").projectDir = ...)
. But other than that, it is totally up to you how you structure your project tree.