Dependency Filter
Types
Link copied to clipboard
abstract class AbstractDependencyFilter(project: Project, includeSpecs: MutableList<Spec<ResolvedDependency>> = mutableListOf(), excludeSpecs: MutableList<Spec<ResolvedDependency>> = mutableListOf()) : DependencyFilter
Functions
Link copied to clipboard
Create a Spec that matches the provided dependencyNotation.
Link copied to clipboard
Resolve all configurations against the include/exclude rules in the filter and combine the results.
Resolve a configuration against the include/exclude rules in the filter.