Gradle Sync failed: Could not find method implementation()
问题 Been trying to resolve this error for hours...cant get it solved. I am a newbie to Android Studio My project level build.gradle file is as follows // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() maven { url "https://maven.google.com" } } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.google.gms:google-services:4.0.1' } } allprojects { repositories { jcenter() maven { url