在将classpath 'com.google.gms:google-services:3.3.1'添加到build.gradle时,我会得到这个错误。有什么解决办法吗?Searched in the following locations:
file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/google/gms/google-services/3.3.1
我刚刚将安道尔项目的构建系统从Groovy迁移到Kotlin DSL。在迁移时,我无法解决firebaseAppDistribution { ..。}在build.gradle.kts.plugins { //id("com.google.firebase.appdistribution") //I've triedit here but "Plugin not found"
<