before Settings
abstract fun beforeSettings(@DelegatesTo(value = Settings::class ) closure: Closure<out Any>)(source)
Adds an action to be called before the build settings have been loaded and evaluated.
Since
6.0
Parameters
closure
The action to execute.
Adds an action to be called before the build settings have been loaded and evaluated.
Since
6.0
Parameters
action
The action to execute.