When building my app in Android Studio (3.1), I'm getting a warning:
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
I don't use compile
in any of my dependencies. How can I tell which line in build.gradle
produces this warning?