We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is your use-case and why do you need this feature?
I want to migrate a golang program to kotlin, but I can't find any solution to generate .kt from .proto.
Should I only use Java's official protobuf generator? I think it's not a good idea.
Describe the solution you'd like
A protoc plugin to generate .kt from .proto.
The text was updated successfully, but these errors were encountered:
See #477 (comment)
Sorry, something went wrong.
Hi @lz1998 , I am actually working on this project and would like to hear from you what you think.
https://github.com/Dogacel/kotlinx-protobuf-gen
No branches or pull requests
What is your use-case and why do you need this feature?
I want to migrate a golang program to kotlin, but I can't find any solution to generate .kt from .proto.
Should I only use Java's official protobuf generator? I think it's not a good idea.
Describe the solution you'd like
A protoc plugin to generate .kt from .proto.
The text was updated successfully, but these errors were encountered: