Any ideas of what might be causing this? This is a...
# announcements
m
Any ideas of what might be causing this? This is a mixed Java/Kotlin project for android. A comparator is defined in kotlin and called from Java
Copy code
java.lang.NoSuchMethodError: No interface method reversed()Ljava/util/Comparator; in class Ljava/util/Comparator; or its super classes (declaration of 'java.util.Comparator' appears in /system/framework/core-libart.jar)