Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum classes do not use public visibility #217

Open
dalewking opened this issue Oct 28, 2024 · 0 comments
Open

Enum classes do not use public visibility #217

dalewking opened this issue Oct 28, 2024 · 0 comments
Milestone

Comments

@dalewking
Copy link

dalewking commented Oct 28, 2024

Other generated classes use the isInternal property to specify whether they are declared with public or internal visibility modifier. Enum classes it is choosing between internal and no visibility modifier. This makes the generated code incompatible with explicitApi mode

@Alex009 Alex009 added this to the 0.21.3 milestone Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants