afterResolve

abstract fun afterResolve(action: Action<in ResolvableDependencies>)
abstract fun afterResolve(@DelegatesTo(value = ResolvableDependencies::class) action: Closure)

Adds an action to be executed after the dependencies of this set have been resolved.

Parameters

action

The action to execute.