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.