Has anyone worked with the new option to generate ...
# grpc
f
Has anyone worked with the new option to generate Kotlin code in Protobuf? Any impressions on it? I just looked at their docs and it looks rather weird, going to generate some code soon to check it out, but, yeah, looks weird, just like the Java code looks weird too. 😞
m
I haven't looked at gRPC specifically, but the Kotlin proto extensions are quite nice - it obviously still is a builder DSL and not just a class, but it's nicer to use than its Java counterpart
👍 2