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
Not all Kotlin targets support comparing a KProperty with .equals(), so currently some targets check by comparing the KProperty.name instead. If support is ever added, change these implementations to use .equals() instead.