I faced a very weird issue today, In my commonMai...
# general-advice
t
I faced a very weird issue today, In my commonMain I defined an enum Map i.e. Map<Enum1,Enum2> for android side things worked as expected but for iOS side Map was populated when I tried to get value against key it always returns null even though I verified the Map entries and key via logs