安卓apk版本错误

请帮我解决以下问题。

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\69.jar] (Duplicate zip entry [69.jar:org/intellij/lang/annotations/Flow.class])) 

我只依靠一些Play Services库,如下所示:

 // 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取代它为我做了诡计。