You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the above error after updating com.google.protobuf:protoc version from 4.27.5 to 4.28.0. What dependency should I check to fix this or what needs changes in .proto files
The text was updated successfully, but these errors were encountered:
Thanks @panchenko. Yes, that is the likely scenario. I was able to confirm that if I use protoc 4.x to generate the code it uses type com.google.protobuf.Internal.IntListAdapter.IntConverter and if I try to use com.google.protoc:protobuf:3.25.0 to compile the generated code it fails.
I am getting the above error after updating com.google.protobuf:protoc version from 4.27.5 to 4.28.0. What dependency should I check to fix this or what needs changes in .proto files
The text was updated successfully, but these errors were encountered: