Hi everyone. I just finish a gRPC server in C#, hesitating whether to use Kotlin for the client-side. My problem is the server-side is using proto3, but it seems that the good gRPC generator for Kotlin wire doesn't support proto3 yet (
https://github.com/square/wire/issues/279). Is there any generator that can generate Kotlin-style code while handling proto3...?