rules-proto-grpc / rules_proto_grpc

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets
https://rules-proto-grpc.com
Apache License 2.0
253 stars 160 forks source link

feat: Add Kotlin (JVM) support #250

Open Zetten opened 1 year ago

Zetten commented 1 year ago

Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin.

Fixes #139.

A few notes on implementation:

Some points which may want attention before merging: