api / org.gradle.api.tasks / SourceSet / getImplementationConfigurationName

getImplementationConfigurationName

@Incubating abstract fun getImplementationConfigurationName(): String

Returns the name of the implementation configuration for this source set. The implementation configuration should contain dependencies which are specific to the implementation of the component (internal APIs).

Return
The configuration name

Since
3.4