Kreya icon indicating copy to clipboard operation
Kreya copied to clipboard

Failing to import `google/api` dependencies

Open mfridrikhson-tp opened this issue 8 months ago • 16 comments

Describe the bug Not sure if this is the expected behaviour or not, but as of 1.15.0 Kreya no longer implicitly loads the dependencies on Google's google/api common types. The error I'm getting:

google/api/annotations.proto: File not found.
v1/test.proto:7:1: Import "google/api/annotations.proto" was not found or had errors.

google/protobuf deps are getting loaded without any issues.

To Reproduce

  1. Create a proto file importing google/api/annotations.proto.
  2. Try to create a Kreya project importing the file.

Expected behavior Dependencies are being fetched without requiring to store them in the project directory.

Environment (if possible, copy the information from the error dialog or the About menu):

  • OS: MacOS Sonoma
  • Kreya Version 1.15.0

mfridrikhson-tp avatar Jun 13 '24 13:06 mfridrikhson-tp