Hi all! :wave: Can anyone clarify for me when obje...
# ios
i
Hi all! 👋 Can anyone clarify for me when objects get frozen? I have a Kotlin
interface
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.