-
-
Notifications
You must be signed in to change notification settings - Fork 159
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-JVM support (protobuf >=3.17.0) #139
Labels
Comments
aaliddell
added
enhancement
New feature or request
plugin
Regarding external plugins
labels
Sep 14, 2021
👍 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 🙂 |
Zetten
added a commit
to Zetten/rules_proto_grpc
that referenced
this issue
Feb 17, 2023
Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin. Fixes rules-proto-grpc#139.
Zetten
added a commit
to Zetten/rules_proto_grpc
that referenced
this issue
Feb 17, 2023
Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin. Fixes rules-proto-grpc#139.
Zetten
added a commit
to Zetten/rules_proto_grpc
that referenced
this issue
Feb 17, 2023
Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin. Fixes rules-proto-grpc#139.
Zetten
added a commit
to Zetten/rules_proto_grpc
that referenced
this issue
May 5, 2023
Provide rules to build Kotlin proto and grpc libraries. Currently upstream Protobuf and gRPC support only JVM-flavour Kotlin. Fixes rules-proto-grpc#139.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: