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

[Kotlin] JVM support #3407

Merged
merged 1 commit into from
Sep 4, 2023
Merged

[Kotlin] JVM support #3407

merged 1 commit into from
Sep 4, 2023

Conversation

MaximPestryakov
Copy link
Contributor

Description

The new .jar artifact will be published along with Android .aar. This PR is adding support only for .jar publishing but it's not enough to run Wallet Core on JVM. We also need to build native .so files for Linux and macOS. It will be done in the next PRs

  • Added jvm target
  • Added commonAndroidJvmMain target for common Android and JVM code
  • Now .cpp and .h for JNI and .kt files generate to commonAndroidJvmMain dir

@Milerius Milerius merged commit 0e794d2 into master Sep 4, 2023
12 checks passed
@Milerius Milerius deleted the kotlin_jvm_support branch September 4, 2023 12:15
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.

4 participants