Anyone see this error? ```java.lang.IllegalStateEx...
# android
d
Anyone see this error?
Copy code
java.lang.IllegalStateException: Unexpected non-class file: META-INF/versions/9/kotlin/reflect
When upgrading from Kotlin 1.3.72 to 1.4.10 It appears to be related to the Android Gradle plugin, any fixes other than going to an RC version? https://github.com/firebase/firebase-android-sdk/issues/1888
o
Removing the kotlin reflect dependency fixed it for me