You always see code like
project(':bluewhale').hello
This doesn't seem to be Groovy syntax, what is it?
The colon is not an operator (you can see it's being used inside a string). It's the separator that Gradle uses to describe paths to subprojects. For example,
evaluationDependsOn(':api:producer')
would look for the subproject producer
of the subproject api
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With