Is there any general guidance on debugging`kotlin....
# kotlin-native
d
Is there any general guidance on debugging`kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen` issues? I'm getting this upon instantiating a class; during static initialisation! I cannot see how on earth this is 'concurrent' modification when the object is just in the process of being initialised itself 😞
e
Hi @darkmoon_uk Can you possibly drop a code block describing this issue?