You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (protoc-gen-grpc-kotlin:1.4.1) all generated stub methods get a generic kDoc comment on them.
Something like: Executes this RPC and returns the response message [...]
With protoc-gen-grpc-java the original comments from the proto file are preserved.
Is there a way to preserve the comment for generated Kotlin code aswell or are there plans to implement this feature?
The text was updated successfully, but these errors were encountered:
Currently (protoc-gen-grpc-kotlin:1.4.1) all generated stub methods get a generic kDoc comment on them.
Something like:
Executes this RPC and returns the response message [...]
With protoc-gen-grpc-java the original comments from the proto file are preserved.
Is there a way to preserve the comment for generated Kotlin code aswell or are there plans to implement this feature?
The text was updated successfully, but these errors were encountered: