Skip to content

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

khbminus added 2 commits July 10, 2024 13:53
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