You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurations need to implement correct equals and hashCode, as they're used in map keys under the hood. Configurations that are neither kotlin object nor data class but simply class pose a risk if they don't implement those.
The text was updated successfully, but these errors were encountered:
Configurations need to implement correct equals and hashCode, as they're used in map keys under the hood. Configurations that are neither kotlin
object
nordata class
but simplyclass
pose a risk if they don't implement those.The text was updated successfully, but these errors were encountered: