James Ward
James Ward
Do you get the same error with an unmodified sample app, like: https://github.com/GoogleCloudPlatform/kotlin-samples/tree/master/run/grpc-hello-world-gradle
I tried this but run into an issue: https://github.com/oracle/graal/issues/3052
Does the `./server/build` dir exist? Did you run `./gradlew assemble` ?
You should be able to workaround this by overriding the transitive dependency. Let me know if that works. I think we can also bump our `io.grpc:grpc-protobuf` transitive to the latest...
Looks like there is an incompatibility with upgrading `io.grpc:grpc-protobuf` but do you need that one upgraded or just the protos?
There is a sample at: https://github.com/GoogleCloudPlatform/kotlin-samples/tree/master/run/grpc-hello-world-mvn But maybe we should document this. cc @chalin
This would be one for @lowasser
I think it depends on if the linter runs by default on the generated code. I need to see if it usually does or if it is just due to...
I tried this in https://github.com/grpc/grpc-kotlin/pull/193 but it didn't work / wasn't easy because gradle requires 1.8 to run. I'm sure there is a way to build an artifact with 1.8...
I have a gRPC Kotlin sample that uses BiDi for a chat client & server: https://github.com/jamesward/cloud-native-grpc-kotlin Maybe that can help you figure out what is going on?