connectrpc / connect-kotlin

The Kotlin implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/docs/kotlin/getting-started
Apache License 2.0
100 stars 16 forks source link

Determine protoc version from protobuf version #312

Closed pkwarren closed 1 month ago

pkwarren commented 1 month ago

The protoc version is the same value as the '[versions] protobuf' in the Gradle version catalog, without the major version. Update the Makefile to automatically keep these versions in sync, removing a manual step of updating the Makefile whenever dependabot updates protobuf.