This message was deleted.
# configuration-cache
s
This message was deleted.
f
Afaik no, because the
gradle
object decides when to evaluate a project and can thus execute arbitrary code before it starts the actual evaluation. This is different to one
project
object reaching out to another
project
object. An analogy I can think of is that
gradle
is the executor, and the projects are
threads
. Again, afaik, someone who is more knowledgeable on this shall correct me if I'm wrong.