api / org.gradle.api.capabilities / MutableCapabilitiesMetadata / addCapability

addCapability

abstract fun addCapability(group: String, name: String, version: String): Unit

Adds a new capability. If a capability of the same (group, name) is found with a different version, an error will be thrown.

Parameters

group - the group of the capability

name - the name of the capability

version - the version of the capability