We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you annotate an enum class that is internal, you get this issue:
Use the annotated classes visibility modifier
https://github.com/MateriiApps/enumutil-kt/blob/master/enumutil-ksp/src/main/kotlin/com/github/materiiapps/enumutil/ksp/FromValueVisitor.kt#L126-L126
The text was updated successfully, but these errors were encountered:
can you show your full DialogKind enum
Sorry, something went wrong.
You should be able to reproduce with this line: https://github.com/ReVanced/revanced-manager/blob/49c45b39b4ea79cd477675ad00e09dca0fb4956a/app/src/main/java/app/revanced/manager/ui/component/InstallerDialog.kt#L85
it does; what's interesting is why it's null for some reason i'll have to dig a bit ig
No branches or pull requests
Issue
When you annotate an enum class that is internal, you get this issue:
Solution
Use the annotated classes visibility modifier
Possibly related line of code
https://github.com/MateriiApps/enumutil-kt/blob/master/enumutil-ksp/src/main/kotlin/com/github/materiiapps/enumutil/ksp/FromValueVisitor.kt#L126-L126
The text was updated successfully, but these errors were encountered: