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
When building the project, a warning pops up in the console:
<...>/base/base/generated/main/java/com/google/protobuf/compiler/PluginProtos.java:1206: warning: [deprecation] PARSER in FileDescriptorProto has been deprecated
input.readMessage(com.google.protobuf.DescriptorProtos.FileDescriptorProto.PARSER, extensionRegistry));
Note that the warning points to a generated class from the Protobuf standard library.
The text was updated successfully, but these errors were encountered:
When building the project, a warning pops up in the console:
Note that the warning points to a generated class from the Protobuf standard library.
The text was updated successfully, but these errors were encountered: