Android apk 构建错误

Android apk build error

请帮我解决以下问题。

Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> java.io.IOException: Can't write [C:\...\app\build\intermediates\multi-dex\debug\componentClasses.jar] (Can't read [C:\...\app\build\intermediates\transforms\desugar\debug.jar] (Duplicate zip entry [69.jar:org/intellij/lang/annotations/Flow.class]))

我只依赖于一些 Play 服务库,如下所示:

// Play services
compile "com.google.android.gms:play-services-maps:${rootProject.ext.playServicesVersion}"
compile "com.google.android.gms:play-services-places:${rootProject.ext.playServicesVersion}"
//Firebase
compile "com.google.firebase:firebase-messaging:${rootProject.ext.playServicesVersion}"

我与注释库发生了 kotlin 冲突。用 com.google.support.annotations 替换它对我有用。