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

Add an extra annotation-based check for value classes #151

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

ZacSweers
Copy link
Collaborator

@ZacSweers ZacSweers commented Oct 13, 2023

This adds an extra layer to the swiss cheese to try to capture these types. Since kotlin 1.5, kotlinc will generate this annotation onto JVM value classes.

Note we don't enable this check in our registry yet due to #88

This adds an extra layer to the swiss cheese to try to capture these types. Since kotlin 1.5, kotlinc will generate this annotation onto JVM value classes.
@ZacSweers ZacSweers added this pull request to the merge queue Oct 24, 2023
Merged via the queue into main with commit 9d1164b Oct 24, 2023
2 checks passed
@ZacSweers ZacSweers deleted the z/moreValueClassMock branch October 24, 2023 19:55
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.

2 participants