Open hodoli04 opened 2 years ago
I solved this issue by adding a line inside android{} in the APP level build.gradle to exclude the module.
android{ ...... ...... configurations { implementation.exclude group: 'org.jetbrains', module: 'annotations' } }
Version
1.0.1
Platform
Android
OS version
android 7.0...
Steps to reproduce
Expected behavior
What should happen
Actual behavior
Execution failed for task ':app:checkDebugDuplicateClasses'.