Slackbot
08/15/2022, 12:51 PMSebastian Schuberth
08/15/2022, 1:00 PMgrossws
08/15/2022, 1:08 PMinclude(":foo3:bar1")
it implicitly declare include(":foo3")
.Vampire
08/15/2022, 1:10 PMgrossws
08/15/2022, 1:11 PMSebastian Schuberth
08/15/2022, 1:26 PMroot
and foo3
projects could have settings.gradle
files that each only include their direct dependencies, but then still from the root directory you could refer to :foo3:bar1
. That would be very convenient, but I guess it does not work...Vampire
08/15/2022, 1:27 PMfoo3
an included buildgrossws
08/15/2022, 1:27 PMsettings.gradle[.kts]
is only for root of the build but you could compose them using includeBuild