Who is using `compile` instead of `implementation` or `api`?

Hi,

After changing dependencies compile to implementation or api in our project all modules, we are still getting this warning:

WARNING: Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’.

I guess one of the plugins or libraries are using it. Question is how can I find which one is it by running a gradle task or using a switch?

(@volkerleck question from Berlindroid Gradle Night)

Hi Mohsen,

This is an Android build, right?
Which version of the Android Gradle plugin are you using?