I'm using `sel_registerName` to interop with obj-c...
# kotlin-native
m
I'm using
sel_registerName
to interop with obj-c, and I have some cases where I could do something wrong and the app crashes when it tries to call that method linked with the
sel_registerName
, I want to try catch that thrown exception, is it possible ?