Hello everyone! I'm curious if anyone has experien...
# multiplatform
r
Hello everyone! I'm curious if anyone has experience implementing a dynamic link library using KMP for use in C#, especially when compiling the library for Android and Windows. How should one write
expect
and
actual
when dealing with the need for elements like
@CName
,
COpaquePointer
, and
CValues
in C#? It seems that using
expect
to declare an entry method prevents the use of types like
COpaquePointer
. Any insights on this would be greatly appreciated!