-
Notifications
You must be signed in to change notification settings - Fork 165
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
Generate Kotlin source for .proto messages? #64
Comments
Once your gradle file is setup (for example, see examples/build.gradle), then If you build the Hello World example, the Kotlin source generated from
will end up in |
Oh right -- so you really did mean to ask about messages in your original question. I'll let @lowasser answer in that case. |
We are deliberately separating the choice of Kotlin APIs for gRPC and the choice of Kotlin APIs for protobuf, as projects may choose to use one but not the other. Support for Kotlin protos is being discussed in protocolbuffers/protobuf#3742. |
Given that this is being discussed elsewhere, can we close this issue? |
FYI, we've added a note to the README about this (#70). |
Is there a way to generate Kotlin files from a proto3 message? Like Java's protoc but for Kotlin files?
The text was updated successfully, but these errors were encountered: