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

chore: Switch from kmp to a normal jvm library #131

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

robinlinden
Copy link
Member

@robinlinden robinlinden commented Jan 1, 2025

The protoc change is unrelated, but makes it convenient to build jvm-toxcore-c from inside Android Studio.


This change is Reviewable

@github-actions github-actions bot added the chore Updating grunt tasks etc; no production code change label Jan 1, 2025
kmp isn't well-supported enough that we can use it yet, with a major
issue right now being that the protobuf gradle plugin doesn't support
kmp.
Not specifying a protoc binary like this means it uses what's installed
on the system. This works fine if you're building via the docker setup,
but isn't very convenient if you're working from e.g. inside Android
Studio.
@robinlinden robinlinden marked this pull request as ready for review January 1, 2025 21:14
@robinlinden robinlinden requested a review from a team as a code owner January 1, 2025 21:14
@robinlinden robinlinden added this to the master milestone Jan 1, 2025
@iphydf iphydf modified the milestone: master Jan 1, 2025
@toktok-releaser toktok-releaser merged commit 325989b into TokTok:master Jan 1, 2025
14 checks passed
@robinlinden robinlinden deleted the no-more-kmp branch January 1, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Updating grunt tasks etc; no production code change
Development

Successfully merging this pull request may close these issues.

3 participants