rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Kotlin-JVM support (protobuf >=3.17.0)

Open Zetten opened this issue 4 years ago • 1 comments
trafficstars

The upstream projects seem to have been working on adding support for Kotlin (at least Kotlin-JVM flavour): Protobuf in protobuf v3.17.0 and gRPC with grpc-kotlin v1.1.0.

Obviously in a pinch the Java libraries do the trick, but there are some nice integrations in the Kotlin-specific code, so it would be great if this support could be extended to these rules, once the baseline is updated.

Zetten avatar Sep 14 '21 10:09 Zetten

👍

It looks like all the pieces are there for this to work ok. I might need some help with the example code for the tests though, since I’ve never written a line of Kotlin before 🙂

aaliddell avatar Sep 14 '21 16:09 aaliddell