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
Unfortunately, there are no tests in this repo. Would you send a PR to Armeria first so that we
easily check if the option correctly generates Kotlin DSL in the PR review? 😉
Motivation:
Currently,
java-rpc-proto.gradle
does not generate Kotlin DSL builderfor protobuf messages even when the project is flagged with
kotlin-grpc
.Registering
kotlin
plugin withingenerateProtoTasks
closure will make itgenerate Kotlin DSL builder for protobuf mesages.
The text was updated successfully, but these errors were encountered: