In case anyone is interested, I just uploaded a sa...
# server
j
In case anyone is interested, I just uploaded a sample of a kotlin project that uses Kotlin, bazel and gRPC with a small client and server: https://github.com/jdemeulenaere/kotlin-bazel-grpc. The documentation of gRPC and bazel are not really uptodate so I thought it might interest people who want to play with those tools 🙂. Note that I don't use any best practices (e.g. don't use blocking client) or fancy feature (e.g. coroutines) that we normally should, it's really just the simplest example I could do
👏 5
👍 4
j
Did you use the default kotlin rules with bazel? I heard that its currently not compatible with Kotlin 1.3
j
No, I had to use the fork of cgruber. But it will be a dropin replacement in WORKSPACE once the rules are available 🙂