api / org.gradle.api.artifacts / Configuration / setTransitive

setTransitive

abstract fun setTransitive(t: Boolean): Configuration

Sets the transitivity of this configuration. When set to true, this configuration will contain the transitive closure of its dependencies and their dependencies. The default value is true.

Parameters

t - true if this is a transitive configuration.

Return
this configuration