grpckit / omniproto

Omniproto makes generating code from your protorepo easy
MIT License
9 stars 4 forks source link

grpckit: add kotlin support #7

Open mgenov opened 3 years ago

mgenov commented 3 years ago

It would be valuable if kotlin-grpc support is added as it generates kotlin code with coroutines and flow api support.

https://github.com/grpc/grpc-kotlin/tree/master/compiler

mgenov commented 3 years ago

Added PR with this change: https://github.com/grpckit/grpckit/pull/8