after Resolve
abstract fun afterResolve(@DelegatesTo(value = ResolvableDependencies::class ) action: Closure)(source)
Adds an action to be executed after the dependencies of this set have been resolved.
Parameters
action
The action to execute.