dependencyScope

Registers a new DependencyScopeConfiguration with an immutable role. Dependency scope configurations collect dependencies, dependency constraints, and exclude rules to be used by both resolvable and consumable configurations.

Return

A provider which creates a new dependency scope configuration.

Since

8.4

Parameters

name

The name of the configuration to register.

Throws

If a configuration with the given name already exists in this container.


Registers a DependencyScopeConfiguration via dependencyScope and then configures it with the provided action.

Return

A provider which creates a new dependency scope configuration.

Since

8.4

Parameters

name

The name of the configuration to register.

action

The action to apply to the configuration.

Throws

If a configuration with the given name already exists in this container.