api / org.gradle.api.artifacts / Configuration / isCanBeResolved

isCanBeResolved

@Incubating abstract fun isCanBeResolved(): Boolean

Returns true if it is allowed to query or resolve this configuration. Defaults to true.

Return
true if this configuration can be queried or resolved.

Since
3.3