I’m seeing `EXC_BAD_ACCESS` when my Swift struct m...
# kotlin-native
n
I’m seeing
EXC_BAD_ACCESS
when my Swift struct manipulates a Kotlin Native class. I’m doing almost nothing with it, just create it and try to print to console. But the crash can be reproduced consistently. Does anyone know if similar issues were solved between Kotlin 1.9.10 and latest version? I’d like to avoid updating at this moment since it comes with other tasks.