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.
Not all Kotlin targets support comparing a KProperty with
.equals()
, so currently some targets check by comparing theKProperty.name
instead. If support is ever added, change these implementations to use.equals()
instead.See: KT-52704 and KT-15101
The text was updated successfully, but these errors were encountered: