Hi! For quite some time I have been working on a Gradle Plugin that brings GRPC to Kotlin Multiplatform.
It currently supports JVM, Android and JS/Browser. It allows you to make grpc client-side calls from multiplatform code, as such allowing you to share your network logic across these platforms.
I would greatly appreciate your feedback on the project!
https://github.com/TimOrtel/GRPC-Kotlin-Multiplatform