Slackbot
10/08/2023, 6:46 PMVampire
10/09/2023, 1:37 PMsettings.gradle
in that directory is fine.
Gradle will also tell you that it uses build.gradle
files of projects that do not exist as long as they are defined in the settings script, because it is perfeclty fine if those files are absent as long as you are happy with the defaults. Same for the settings script.
But even in the good old times where a settings script was not mandatory, each sane build should indeed have a settings script for at least two reasons:
1. to define the root project name instead of having it derived from the directory name
2. to save the time to search for another settings script that might included the current projectASIF KAMRAN MALICK
10/09/2023, 4:31 PMVampire
10/09/2023, 8:39 PM