gRPC Kotlin template project for getting started building clients and services using Kotlin Coroutines and kroto-plus code generation.
This is a template project for getting started building gRPC clients and services using Kotlin Coroutines and kroto-plus code generation.
The template can be built and ran using the following command:
git clone https://github.com/marcoferrer/kotlin-coroutines-gRPC-template && \
cd kotlin-coroutines-gRPC-template && \
./gradlew run
This template covers:
coroutineContext