beforeResolve
abstract fun beforeResolve(@DelegatesTo(value = ResolvableDependencies::class) action: Closure)(source)
Adds an action to be executed before the dependencies in this set are resolved.
Parameters
action
The action to execute.