notDependOnModule
Asserts that selected modules do not depend on the specified target module.
Parameters
The Gradle path or glob pattern of the module that should not be depended on.
Asserts that selected modules do not depend on any of the specified target modules.
Parameters
The list of Gradle paths or glob patterns of the modules that should not be depended on.
Asserts that selected modules do not depend on any of the specified target modules.
Parameters
The vararg list of Gradle paths or glob patterns of the modules that should not be depended on.
Asserts that selected modules do not depend on any module matching the predicate.
Parameters
Predicate checking target module path.
Asserts that selected modules do not depend on any module matching the predicate.
Parameters
A descriptive string for the predicate used in violations.
Predicate checking target module path.