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

Kotlin Nullability support #117

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

khbminus
Copy link
Contributor

@khbminus khbminus commented Jul 10, 2024

The current implementation of the Kotlin Nullability markers (made via Kotlin's reflections) does not work as intended. This PR aims to address and fix this issue

  • Made a test set for (non-)nullable types for Kotlin
  • Make Primitive types work with nulls
  • Make Array types work with nulls
  • Make Object types work with nulls

Added a lot of tests for the Kotlin Nullability markers. The current implementation successfully supports primitives and arrays, but does not support objects (e.g. lists)
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