Daniel Sapozhnikov
02/05/2021, 10:07 AMhashCode
function from my KMP project targeting jvm js and ios. The function provided by the kotlin-stdlib and kotlin-stdlib-js return the same results for a given String
, however, the function provided by the Kotlin/Native stdlib (which seems to call Any.identityHashCode()
under the covers) returns different results for the same String
. Does anyone know if this is intentional and whether there might be a way to get results from the Kotlin/Native target that are consistent with the other targets?Artyom Degtyarev [JB]
02/05/2021, 2:01 PMDaniel Sapozhnikov
02/08/2021, 5:39 PM