does cinterop generate bindings for obj-c extensio...
# kotlin-native
k
does cinterop generate bindings for obj-c extension functions?
I seem to be missing
OHHTTPStubs_HTTPBody
from OHHTTPStubs
i also don't seem to be able to find generated bindings in order to dig through them
figured it out. wasn't processing the right header file
2020-10-20 16:44:52.279 test.kexe[34142:5086051] -[NSMutableURLRequest OHHTTPStubs_HTTPBody]: unrecognized selector sent to instance 0x7fbab4c5e240
I needed to add
-ObjC
to the linker args