But then this becomes specific just for `install` ...
# kobalt
c
But then this becomes specific just for
install
(remember you’re inside an
InstallConfig
. It would be nicer to make it more generic, e.g.
doFirst(task = "install") { ... }
but then you are basically inventing another mechanism on top of the existing
@Task