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
Replaced custom result type returned from assertThat {} with kotlin.Result. This is a binary-incompatible change,
but it should be source-compatible in most cases as referencing the custom result type directly was discouraged.
Added expanded set of apple targets for kotlin native.
Fixed
Fixed behavior of isEqualToIgnoringGivenProperties to only check accessible properties.
Added prop which can take a member function. This restores much of the functionality deprecated
in 0.23, while preserving the useful type-safety of the new overloads.