I’m encountering this error in the wild:```java.lang.NoSuchMethodError: No static method hashCode(Z)I in class Ljava/lang/Boolean; or its super classes (declaration of 'java.lang.Boolean' appears in /system/framework/core-libart.jar)```
After doing some research, the closest situation I could find to mine is a question asked here:
https://stackoverflow.com/questions/45935788/nosuchmethoderror-java-lang-long-hashcode
I’m just wondering if I can fix this without changing what the SO answers suggest (not targeting Java 8 for builds).