Kotlin-based stub library for generating and using gRPC service stubs with coroutine support.
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-kotlin-stub</artifactId>
<version>1.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a gRPC channel and a coroutine-based stub for a HelloWorld service.
Ensure your project uses Kotlin 1.3+ and compatible gRPC version (1.28+).
No dependency data recorded yet.