I'm trying to move from java protoc to wire using kotlin. In one of my protos, there is a field that uses yield (EstimatedYield yield = 2;)
protobuf-wire:compileKotlin fails with: Identifier 'yield' is reserved. Use backticks to call it:
yield.
Is there anyway I can work around this?