Android Firebase auth:未找到com.google.Android.gms.crash和com.google.Firebase.auth的本地模块描述符类

Android Firebase auth:未找到com.google.Android.gms.crash和com.google.Firebase.auth的本地模块描述符类,android,firebase,kotlin,firebase-authentication,Android,Firebase,Kotlin,Firebase Authentication,对于我的硕士论文项目,我正在开发一个Android上的医疗诊断应用程序。我正在Android Studio 3.0 Beta 7中使用Kotlin。我已经使用Firebase实现了身份验证系统,每次我在logcat中运行应用程序时,都会收到以下警告: DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. DynamiteModule: Local module descript

对于我的硕士论文项目,我正在开发一个Android上的医疗诊断应用程序。我正在Android Studio 3.0 Beta 7中使用Kotlin。我已经使用Firebase实现了身份验证系统,每次我在logcat中运行应用程序时,都会收到以下警告:

DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.

DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
我正在使用电子邮件和密码登录方法。身份验证工作正常,所以我不知道这个警告的来源。我的gradle应用程序文件具有:

...
dependencies { 
...
implementation 'com.firebase:firebase-client-android:2.3.1'
implementation 'com.google.firebase:firebase-auth:11.4.2'
implementation 'com.google.firebase:firebase-database:11.4.2'
implementation 'com.google.firebase:firebase-core:11.4.2'
implementation 'com.google.firebase:firebase-crash:11.4.2'
implementation 'com.google.android.gms:play-services-vision:11.4.2'
...
}
apply plugin: 'com.google.gms.google-services'
当然,我确实在舱单中添加了互联网许可证。我已经尝试了我在这里看到的不同方法,但没有任何效果:

  • 我有12.55 GB的免费存储空间,所以这与存储空间无关
  • 安装的Google play服务是v。11.5.18
  • 我已清除所有应用程序数据
  • 添加了额外的库(已在上面列出)
  • 重新启动Android Studio
有什么建议吗?谢谢

编辑:我已经在两台设备上测试过了:Nexus5和Android 6.0.1,Oneplus 5和7.1.1