Closed bmbariah closed 6 years ago
Turns out issue was a conflict of annotations by JAVA8 and kotlin. You can reproduce said issue by adding an android animation library called Flubber by Appolica.
Fixed it by adding this in my build.gradle (app)
configurations {
compile.exclude group: 'org.jetbrains' , module:'annotations'
}
I'm unable to use this library as it keeps on failing compilation with
I've tried enabling multiDex, rebuild project, deleting all my build folders, invalidate caches..nothing works. I am using Android Studio 3.0.1, Gradle 4.1