I have the following gradle files and I can\'t find anything which would still warrant the warning \"Configuration \'compile\' is obsolete and has been replace
I had this problem too, this is how I solved it:
go to you build.gradle (app level)
build.gradle module app
and replace the word 'compile' with 'implementation'