exclude

abstract fun exclude(excludeProperties: Map<String, String>): Configuration(source)

Adds an exclude rule to exclude transitive dependencies for all dependencies of this configuration. You can also add exclude rules per-dependency. See exclude.

Return

this

Parameters

excludeProperties

the properties to define the exclude rule.