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
zt
12/02/2024, 3:39 PM
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
Simone
12/02/2024, 4:19 PM
I ended up rewriting the client haha
It’s actually just a http client, but anyway still 50 classes 😵💫
Thank for you comment tough