I want to add protobuf to my kotlin multiplatform ...
# grpc
a
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
You can customize your protos directory. Here's an example