https://kotlinlang.org logo
j

Jon Miller

12/12/2020, 7:16 PM
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?