-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffi: add Kotlin Multiplatform package #724
base: master
Are you sure you want to change the base?
Conversation
81215b5
to
f9d2f21
Compare
Closes #211 Signed-off-by: Yuki Kishimoto <[email protected]>
Signed-off-by: Yuki Kishimoto <[email protected]>
Please I would like to to test this PR. Please is it possible to publish it?(Or I could just try using Jitpack to build it) |
Update: Jitpack can't build it. So the only other options are Maven central or github packages. |
I think there are still issues with uniffi bindgen for KMP |
Or I misconfigured something. I'm looking for a way to allow cross-compilation, without have to depend on GitHub Actions or require a mac. But seems that Kotlin Multiplatform for now supports only cross compialtion of non-cinterop libraries. So I think this PR will wait and I'll publish a JVM package (for Linux, macOS and Windows). |
Ok sir. |
Closes #211