grpc / grpc-kotlin

Kotlin gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/kotlin
Apache License 2.0
1.2k stars 165 forks source link

Gradle installDist task should install protoc + plugin if needed #6

Closed chalin closed 4 years ago

chalin commented 4 years ago

The gradle installDist task should have the necessary task dependencies to ensure that protoc and the Kotlin plugin get fetched and installed as necessary.

marcoferrer commented 4 years ago

I noticed the protoc plugin is also written in kotlin. Im not familiar with bazel but I am familiar with building a native executable for multiple archs with gradle and canteen. If interested I could open a PR with the proposed approach.

chalin commented 4 years ago

Thanks for the offer @marcoferrer, but @bshaffer is essentially done.

chalin commented 4 years ago

This is done, just waiting on #10.

bshaffer commented 4 years ago

This is no longer needed since we merged #7