apiConfigurationName
Deprecated
Accessing apiConfigurationName on Compilation level is deprecated, please use default source set instead
Replace with
defaultSourceSet.apiConfigurationNameContent copied to clipboard
The name of the Gradle Configuration that contains api dependencies.
The Gradle api configuration should be used to declare dependencies which are exported by the project API.
This Gradle configuration is not meant to be resolved.