This message was deleted.
# community-support
s
This message was deleted.
v
Not really, besides that the settings script looks cleaner. If you do
include(":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.