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
🙌 4
🎉 2
🙌🏾 1
👀 3
👌 6
d
Deepak Sundar
06/17/2022, 2:35 PM
I was going to get started on one myself! But this is great. Checking it out!