Join Slack
Powered by
I want to add protobuf to my kotlin multiplatform ...
# grpc
a
Akram Bensalem
09/12/2022, 2:17 PM
I want to add protobuf to my kotlin multiplatform project that contain "Android and Desktop" so it's
JVM
only the plugin by default compiles protobuf source from "src/main/proto" rather than "src/commonMain/proto" Do you know how to fix that issue ?
m
MSC
09/15/2022, 11:12 PM
You can customize your protos directory.
Here's an example
59
Views
Open in Slack
Previous
Next