> The setup has only been tested on Kotlin/JVM ...
# kotlinx-rpc
d
The setup has only been tested on Kotlin/JVM projects.
Does this mean that gRPC implementation works for multiplatform? For now, I just want the code to compile on KMP and generate the Protos, is this possible?
a
Hi! The best I can say is maybe. Because I didn't test it yet. As only JVM runtime is available for now and other platforms are a long way, I didn't test the setup on KMP project structure. Though KMP structure will happen at some point, earlier than runtime support for other platforms.
d
How is the proto file generated? Is it generated by this plugin? https://github.com/google/protobuf-gradle-plugin
a
This gradle plugin is only an aggregator for protobuf plugins. Currently there 3 plugins in use grpc-java, grpc-kotlin and our own + extension in our compiler plugin