Hi there! Any good resources to learn how to creat...
# multiplatform
s
Hi there! Any good resources to learn how to create a wrapper for natives libraries? I’m trying do do that for typesense (typesense-java & typesense-swift)
z
Unfortunately none that I could find. You'd have to use JNI on JVM and cinterop for Kotlin Native. I'm doing my own multiplatform libmpv wrapper and it's been difficult
s
I ended up rewriting the client haha It’s actually just a http client, but anyway still 50 classes 😵‍💫 Thank for you comment tough