Iain Merrick
12/02/2021, 4:25 PMinterface
which I've implemented in a Swift class
, which I'm then passing in to the constructor of a Kotlin object, and I'm hitting frozen object exceptions. I've been peppering my code with ensureNeverFrozen
to try to figure out when the freezing occurs, and it looks very much like it happens as soon as the Swift class instance is inited.