Skip to content

Conversation

tstirrat15
Copy link
Contributor

Fixes #145

Description

In #141, we stopped bringing in the proto piecemeal and let buf export bring in all of the transitive dependencies. This means that we're generating the declarations for the google well-known types, which is why we were seeing complaints of duplicates in the reported issue. This changes the dependency declaration to exclude those well-known types.

Changes

  • Fix a deprecation warning by adding an =
  • Add another exclusion to prevent duplicate declarations

Testing

Review. See that everything still passes.

@tstirrat15 tstirrat15 requested a review from a team as a code owner September 23, 2025 21:00
@harti2006
Copy link
Contributor

I found an alternative way how to solve the duplicate classes issue: #151

@tstirrat15
Copy link
Contributor Author

Thanks for the alternate! I'm going to close this one.

@tstirrat15 tstirrat15 closed this Oct 9, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicated com.google classes
3 participants