andylamax
01/16/2023, 1:45 PMephemient
01/16/2023, 2:03 PMKotlinArray, https://youtrack.jetbrains.com/issue/KT-38675ephemient
01/16/2023, 2:21 PMexample.Clazz in a library named native is exposed to C as a
typedef struct {
libnative_KNativePtr pinned;
} libnative_kref_example_Clazz;
this applies to kotlin.Array as well, which becomes typedef struct { libnative_KNativePtr pinned; } libnative_kref_kotlin_Array