This message was deleted.
# community-support
s
This message was deleted.
v
Yeah, that's the new standard layout
gradle init
generates, to make it easy to add further projects to the build in the future if you need to, like an
api
project or a separate
docs
project or whatever. If you don't like that, just change it. Move the stuff from
lib
or
app
or whatever up to the root directory and delete the
include
from the settings script if you prefer that layout.
Or create a
basic
project with
init
, then you end up with just an empty root project and then you can continue from there.
p
Thank you .🙂
👌 1