api / org.gradle.api.artifacts / Configuration / getAll

getAll

abstract fun getAll(): MutableSet<Configuration>

Returns all the configurations belonging to the same configuration container as this configuration (including this configuration).

Return
All of the configurations belong to the configuration container that this set belongs to.