I just updated my dokka to 1.9.0, and I'm (intermittently) getting an error that looks like:
Copy code
[ERROR] Failed to execute goal org.jetbrains.dokka:dokka-maven-plugin:1.9.0:dokka (default) on project jitsi-utils: Execution default of goal org.jetbrains.dokka:dokka-maven-plugin:1.9.0:dokka failed: Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in java.lang.Object.equals() or TObjectHashingStrategy.equals()) but their hashCodes (or those calculated by your TObjectHashingStrategy) are not equal.This violates the general contract of java.lang.Object.hashCode(). See bullet point two in that method's documentation. object #1 = (class java.lang.String), hashCode=0; object #2 = (class java.lang.String), hashCode=0 -> [Help 1]
The objects and hashcode value it shows varies. Any idea how I can fix and/or workaround this?