pbandk does not generate code on libprotoc 3.17.3
See original GitHub issue- setup pbandk 0.10.0
- Run
protoc --kotlin_out=. proto/my_proto.proto
- pbandk does not generate code but (maybe) libprotoc’s kotlin generator generates code. ⛑
I don’t know this is pbandk’s problem or protoc’s problem. I think it’s related to libprotoc starts to support Kotlin code from version 3.17.0.
I think pbandk’s output is great (thank you! 🥰) and I want to use pbandk. Do you have any information ? Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Why has methods are not generated using protoc 3.17.* if in ...
There are no Has methods in the generated code. Test for presence by comparing fields to nil . Rewriting those examples correctly: //...
Read more >Protocol Buffer Compiler Installation - gRPC
The protocol buffer compiler, protoc , is used to compile .proto files, which contain service and message definitions. Choose one of the methods ......
Read more >Protocol Buffers and GRPC in Go - DEV Community
This client code will make connection to the grpc server we created through the GRPC package and make use of the protofile to...
Read more >C++ API | Protocol Buffers - Google Developers
You want to write a custom protocol compiler which generates different kinds of code, e.g. code in a different language which is not...
Read more >Kotlin Code Generator and Runtime for Protocol Buffers - Reddit
r/Kotlin - PBAndK - Kotlin Code Generator and Runtime for ... More posts you may like ... The Record type is coming to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems to work with Gradle using the latest libprotoc. Thanks.
v0.11.0 is out with these changes