Module Dependency Capabilities Handler
The capabilities requested for a dependency. This is used in variant-aware dependency management, to select only variants which provide the requested capabilities. By default, Gradle will only look for variants which provide the "implicit" capability, which corresponds to the GAV coordinates of the component. If the user calls methods on this handler, then the requirements change and explicit capabilities are required.
Since
5.3
Functions
Link copied to clipboard
Requires multiple capabilities.
Link copied to clipboard
Requires a single capability.
Link copied to clipboard
Require a capability of a component based on the name of the feature provided by the component.
Lazily require a capability of a component based on the name of the feature provided by the component.