m-handy
m-handy
@bufdev any thoughts about the issue, please?
Hi, here is an example: ``` enum Protocol { SOME_PROTOCOL = 0; } message SomeMessage { required Protocol protocol = 1; } ``` changed to ``` enum Protocol { SOME_PROTOCOL...
@bufdev any updates on this issue?
It caused a problem in Android app, so Kotlin too
@bufdev Thanks for your comment. I haven't thought about it from such perspective, but what you wrote makes sense.