implementationConfigurationName

Deprecated

Accessing implementationConfigurationName on Compilation level is deprecated, please use default source set instead

Replace with

defaultSourceSet.implementationConfigurationName

The name of the Gradle Configuration that contains implementation dependencies.

The Gradle implementation configuration should be used to declare dependencies which are internal to the component (internal APIs).

This Gradle configuration is not meant to be resolved.