I have a more generalized question related to the ...
# kotlin-native
k
I have a more generalized question related to the above question. Since KMP is going to go stable soon, can we expect more robust documentation of cinterop? Right now things are very vague and pretty inconsistent. For example,
AutofreeScope
and
Arena
have absolutely no documentation. The examples of Kotlin and C String interop are inconsistent in their usage of
getPointer
or not. This leads to a lot of trial and error for people consuming non-trivial C libraries.