Hello,
I am trying to use the Stately's Isolate Collections library. However when I'm trying to iterate over an IsoMutableMap, then I get crash saying UnsupportedOperationException("Can't leak mutable reference").
In the IsoMutableMap.kt, this operations is blocked as below. Can someone share why 'entries' can leak mutable reference but not the 'values'? Also, Is there any other way to iterate over the entry set?