This message was deleted.
# community-support
s
This message was deleted.
j
buildSrc
is an included build, and the
rootProject
of that included build is the
buildSrc
dir itself.
v
buildSrc
is not an included build If it were, you could access the parent built, but it is not, it is just similar to an included build.
If you change from
buildSrc
to an included build instead, you could
But even then, think not only twice but three times whether you really want to do that.