Join Slack
Powered by
is there a way to convert a NativePtr to a COpaque...
# kotlin-native
a
alexandre mommers
05/05/2024, 3:19 PM
is there a way to convert a NativePtr to a COpaquePointer ?
alexandre mommers
05/05/2024, 3:25 PM
Copy code
interpretCPointer<COpaque>(myobject.objcPtr())
seem to work
Open in Slack
Previous
Next