pb-and-k icon indicating copy to clipboard operation
pb-and-k copied to clipboard

Kotlin Native support

Open cretz opened this issue 7 years ago • 4 comments

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

cretz avatar Oct 31 '18 20:10 cretz

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

Radisovik avatar Nov 13 '18 19:11 Radisovik

https://github.com/cretz/pb-and-k/pull/15

phcoder avatar Jan 27 '19 07:01 phcoder

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

pddkhoa-fossil avatar Nov 08 '21 09:11 pddkhoa-fossil

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

cretz avatar Nov 08 '21 14:11 cretz