compileOnlyConfigurationName
The name of the Gradle Configuration containing compileOnly
dependencies.
The Gradle compileOnly
configuration should be used to declare dependencies that participate in compilation, but who need to be added explicitly by consumers at runtime.
This Gradle configuration is not meant to be resolved.