LibraryDependencies
@Incubating public interface ComponentDependencies
Modifier and Type | Method | Description |
---|---|---|
void |
implementation(Object notation) |
Adds an implementation dependency to this component.
|
void |
implementation(Object notation,
Action<? super ExternalModuleDependency> action) |
Adds an implementation dependency to this component.
|
void implementation(Object notation)
notation
- The dependency notation, as per DependencyHandler.create(Object)
.void implementation(Object notation, Action<? super ExternalModuleDependency> action)
notation
- The dependency notation, as per DependencyHandler.create(Object)
.action
- The action to run to configure the dependency.