I have replaced every occurrence of compile
by implementation
in my project’s build.gradle
, but I’m still getting this warning :
I tried to look for “compile ” in the whole project but no match was found. So what could be the cause?
I have replaced every occurrence of compile
by implementation
in my project’s build.gradle
, but I’m still getting this warning :
I tried to look for “compile ” in the whole project but no match was found. So what could be the cause?