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

fix: rename Default#default -> Default#value #35

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

rmcmk
Copy link
Contributor

@rmcmk rmcmk commented Oct 14, 2024

default is a restricted keyword in java, stubs generated from apt/kapt strip this value due to the naming conflict

Fixes #34

`default` is a restricted keyword in java, stubs generated from apt/kapt strip this value due to the naming conflict

fix: default steps
@SMILEY4 SMILEY4 merged commit 2945d2b into SMILEY4:develop Oct 15, 2024
2 checks passed
@rmcmk rmcmk deleted the fix/jvm-restricted-keyword branch October 15, 2024 18:37
@rmcmk rmcmk restored the fix/jvm-restricted-keyword branch October 15, 2024 18:37
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

Successfully merging this pull request may close these issues.

The default property of core annotation @Default gets stripped when stubbed with kapt
2 participants