You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is specifically for gRPC only, not for protocol buffers in general. That project is happening separately, as mentioned in this project's readme:
Note: The Kotlin protoc plugin uses the Java protoc plugin behind the scenes to generate message types as Java classes. Generation of Kotlin sources for proto messages is being discussed in protocolbuffers/protobuf#3742.
Instead of relying on Java builders it would be great if this library supported Kotlin DSL, e.g. given
It would be great if we could construct proto objects as
instead of using ugly Java builders
The text was updated successfully, but these errors were encountered: