How would I determine the ObjC object type within ...
# kotlin-native
j
How would I determine the ObjC object type within K/N? I have a method from an ObjC module that returns an 'id' return type. I need to cast it to the appropriate NS class, then to a Kotlin analogue. The klib module binding returns a 'ObjCObject?' from that method.
o
could you write an Objective-C/Swift method and pass an object in question there and define type with standard Objective-C means?