resolvable
Registers a ResolvableConfiguration with an immutable role. Resolvable configurations are meant to resolve dependency graphs and their artifacts.
This operation is lazy, the returned element is NOT realized. A lazy wrapper is returned, allowing to continue to use it with other lazy APIs.
Return
A provider which creates a new resolvable configuration.
Since
8.4
Parameters
The name of the configuration to register.
Throws
If a configuration with the given name
already exists in this container.
Registers a ResolvableConfiguration via resolvable and then configures it with the provided action.
This operation is lazy, the returned element is NOT realized. A lazy wrapper is returned, allowing to continue to use it with other lazy APIs.
Return
A provider which creates a new resolvable configuration.
Since
8.4
Parameters
The name of the configuration to register.
The action to apply to the configuration.
Throws
If a configuration with the given name
already exists in this container.