Slackbot
02/16/2023, 3:25 PMVampire
02/16/2023, 3:46 PMgradle 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.Vampire
02/16/2023, 3:47 PMbasic project with init, then you end up with just an empty root project and then you can continue from there.Pablo Sanchez
02/22/2023, 12:23 PM