beforeResolve

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

Adds an action to be executed before the dependencies in this set are resolved.

Parameters

action

The action to execute.