This thought struck me today. Everyone is supposed to move to use the implementation
configuration, but what is sourceSets.main.compileConfigurationName
still return compile
.
This makes it difficult if you want to do something like
configurations.getByName( sourceSets.main.compileConfigurationName ).extendsFrom(
configurations.getByName('myConfiguration')
)