grpc / grpc.io

Repository for the gRPC website and documentation
https://grpc.io
Other
415 stars 431 forks source link

Basics tutorial - Kotlin + GRPC #705

Open paymog opened 3 years ago

paymog commented 3 years ago

Is there a standalone repo that can be used as a kotlin example for GRPC? I'm having a lot of trouble figuring out how to structure my gradle files when the examples are embedded along side other kotlin code.

The explanation at https://grpc.io/docs/languages/kotlin/basics/ is super useful but I'm finding it quite difficult to follow when starting from scratch (as opposed to pulling a fairly complex repo).

chalin commented 3 years ago

Hi @paymog. I've assigned this to @jamesward since he may be able to give you a direct answer. In the meantime, have you consulted some of the resources listed on the Community page? In particular, you might want to post your question to one of the following:

jamesward commented 3 years ago

For more direct build instructions check out: https://github.com/grpc/grpc-kotlin/tree/master/compiler

Let me know if that helps.