InheritedDependencyRule
class InheritedDependencyRule @Inject constructor : DocumentedRule<InheritedDependencyFinding> (source)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private fun Sequence<TransitiveProjectDependency>.sortedByInheritance(project: McProject): Sequence<TransitiveProjectDependency>
Link copied to clipboard
private fun TransitiveProjectDependency.withDownstreamVariants(project: McProject): Sequence<TransitiveProjectDependency>
Returns a sequence starting with the receiver's configuration, then all downstream configurations.
Link copied to clipboard