realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Track and asses `Definitely non-nullable types`

Open edualonso opened this issue 2 years ago • 0 comments

https://kotlinlang.org/docs/whatsnew1620.html#definitely-non-nullable-types

This would allow us to capture nullability via the Kotlin type system out of the box with no magic typecasting. Especially useful for the DynamicRealmObject.getNullableValueX API.

edualonso avatar Jul 26 '22 14:07 edualonso