Are there any plans to generate code from protobuf...
# kotlinx-rpc
i
Are there any plans to generate code from protobuf files for use with grpc and other protocols like connect in the future?
a
Hi! Yes, we are working on a prototype gRPC support
i
Will code generation and the client be multiplatform or only jvm?
a
Firstly just jvm, and then gradually introducing new targets
❤️ 1
👍 1
i
Thanks can the generated models be used standalone and are they kmp or jvm compatible?
a
You mean without grpc? Probably, yes, hard to say at this stage Models will be kmp compatible from the beginning
i
Yes we might use the models to call a connect rpc api with ktor in kmp. Will proto serialization be handled by kotlinx.serialization?"
a
No, at least not at first Hard to tell at this stage how it will end up, but for now it will be a lightweight wrapper for gRPC/proto code. And then we'll see
i
Sounds good thanks.
👍 1