api / org.gradle.api.artifacts / Configuration / isCanBeConsumed

isCanBeConsumed

@Incubating abstract fun isCanBeConsumed(): Boolean

Returns true if this configuration can be consumed from another project, or published. Defaults to true.

Return
true if this configuration can be consumed or published.

Since
3.3