I have recently updated my Android Studio to 3.1.2 . After the update I tried opening the existing project and was shown multiple gradle errors while compiling the project.
yes ,
If you are getting error like error run time you can change the position of google() in dependencies in build. gradle.. Like below:
repositories { google() jcenter() }