我已经在我的项目中替换了所有出现的compileby ,但我仍然收到这个警告:implementation``build.gradle
compile
implementation``build.gradle
我试图在整个项目中寻找“编译”,但没有找到匹配项。那么可能是什么原因呢?
我已经com.google.gms:google-services从3.1.1to更新3.2.0,警告停止出现。
com.google.gms:google-services
3.1.1
3.2.0
buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files classpath 'com.google.gms:google-services:3.2.0' } }