affectsConfiguration

abstract fun affectsConfiguration(section: String, scope: ConfigurationScope = definedExternally): Boolean(source)

Checks if the given section has changed. If scope is provided, checks if the section has changed for resources under the given scope.

Parameters

section

Configuration name, supports dotted names.

scope

A scope in which to check.