Is there someone with experience with Objective-C ...
# multiplatform
g
Is there someone with experience with Objective-C - Kotlin interoperability in KMM? I am trying to invoke an Objective-C function that takes a parameter with the following type:
CValuesRef<CPointerVar<ifaddrs>>
This supposed to be a pointer but I have no idea how to create something like that in Kotlin.
j
See https://kotlinlang.org/docs/mapping-struct-union-types-from-c.html#create-struct-and-union-as-cvaluesref-t #kotlin-native is a good place for questions specific to Kotlin/Native.