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 Native support #7

Open
cretz opened this issue Oct 31, 2018 · 4 comments
Open

Kotlin Native support #7

cretz opened this issue Oct 31, 2018 · 4 comments

Comments

@cretz
Copy link
Owner

cretz commented Oct 31, 2018

Could use any of:

  • google::protobuf::io - in C++, needs added C layer
  • protobuf-c - would just use functions like <type>_pack, but not exposed in header so would need custom header
  • nanopb - functions we need appear to be in header, nice and clean
  • Pure Kotlin - a nice, portable solution but may not be the highest performing
@Radisovik
Copy link

I like the idea of Pure Kotlin -- because it would work across all platforms. You'd have less bugs to fix. Then address any optimizations as specifics for that platform. Maybe I'm just thinking about the benefits I'd get from getting javascript to work.. :)

@phcoder
Copy link

phcoder commented Jan 27, 2019

#15

@pddkhoa-fossil
Copy link

@cretz It seems that the project does not support kotlin/native yet? Any plans for it in the feature?

@cretz
Copy link
Owner Author

cretz commented Nov 8, 2021

I am afraid not. Per the README, this is no longer actively maintained, but https://github.com/streem/pbandk is.

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

No branches or pull requests

4 participants