attributes

abstract fun attributes(configureAction: Action<out Any>): DependencyConstraint

Mutates the attributes of this constraint. Attributes are used during dependency resolution to select the appropriate target variant, in particular when a single component provides different variants.

Parameters

configureAction

the attributes mutation action