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
classBazprivateconstructor(
val bar:Bar?,
val unknownFields:UnknownFieldSet=UnknownFieldSet.empty()
) :KtMessage {
needs to become:
classBazprivateconstructor(
val bar:Foo.Bar?,
val unknownFields:UnknownFieldSet=UnknownFieldSet.empty()
) :KtMessage {
The text was updated successfully, but these errors were encountered:
andrewparmet
changed the title
Unresolved import for nested message used in other top-level message
Unresolved reference for nested message used in other top-level message
Sep 9, 2021
This is valid protobuf but protokt's generated code fails to compile:
needs to become:
The text was updated successfully, but these errors were encountered: