I receive following warning while executing gradle in android:
Configuration 'compile' in project ':app' is deprecated.
But all my dependencies included via implementation configuration. (And modules too) Are there any "invisible" dependencies in gradle?
Here is my main build gradle file: https://pastebin.com/ZJe7zrwn