I am trying to open existing android project in android studio and it gradle cannot build the app without the error
Error android studio keeps on throwing
Replace implementation with compile.
implementation
compile
compile was recently deprecated and replaced by implementation or api
api