Skip to content
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

ffi: add Kotlin Multiplatform package #724

wants to merge 2 commits into from

Conversation

yukibtc
Copy link
Member

@yukibtc yukibtc commented Jan 20, 2025

Closes #211

@yukibtc yukibtc force-pushed the kmp branch 5 times, most recently from 81215b5 to f9d2f21 Compare January 23, 2025 08:09
Closes #211

Signed-off-by: Yuki Kishimoto <[email protected]>
@KotlinGeekDev
Copy link

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)

@KotlinGeekDev
Copy link

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.

@yukibtc
Copy link
Member Author

yukibtc commented Jan 24, 2025

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

@yukibtc
Copy link
Member Author

yukibtc commented Jan 24, 2025

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).

@KotlinGeekDev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Kotlin Multiplatform (KMP) bindings
2 participants