The delegated properties wouldn’t have brought too...
# gradle
e
The delegated properties wouldn’t have brought too much benefit in this case, there’s no repetition of the task names, only a single string reference per task. The delegated properties are useful when they allow to DRY.
c
I wasn't aware of
named
before 🙂 So property delegation was the best I came up with at the point of initial groovy to kts conversion And thanks for your thumbs-up, I feel much more confident about the solution now 🙂