configurationName
Derives this source set's name for the base configName.
For instance, the "test" source set with a configName
of "implementation" will return testImplementation
.
Return
The complete configuration name.
Parameters
configName
The base name of the configuration.