We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we don't have tooling to build a jar library that we can load in a kotlin multiplatform desktop app.
Here there is a PR that supposedly does this, but might need some work to get it functioning: https://github.com/golang/mobile/pull/90/files
The text was updated successfully, but these errors were encountered:
Here is a repository that proves that we can use a go function inside a KMM desktop app: https://github.com/sdsantos/go-desktop/
It uses code found on this github project. Instead of JNI, it uses JNR, to avoid having to right C code and compile it. Here there's a brief explanation on the subject: https://youtu.be/DnaXcXRb7XA?feature=shared&t=474
Sorry, something went wrong.
Here is the branch with the proof-of-concept: https://github.com/ooni/probe-multiplatform/tree/desktop-with-jar It uses the oonimkall engine through a JAR file generated with this gomobile fork: https://github.com/hellais/mobile/tree/plainjava-pr
sdsantos
No branches or pull requests
Currently we don't have tooling to build a jar library that we can load in a kotlin multiplatform desktop app.
Here there is a PR that supposedly does this, but might need some work to get it functioning: https://github.com/golang/mobile/pull/90/files
The text was updated successfully, but these errors were encountered: