api / org.gradle.api.tasks / SourceSet / getApiElementsConfigurationName

getApiElementsConfigurationName

@Incubating abstract fun getApiElementsConfigurationName(): String

Returns the name of the configuration that should be used when compiling against the API of this component. This configuration is meant to be consumed by other components when they need to compile against it.

Return
The API compile configuration name

Since
3.3