realm-kotlin
realm-kotlin copied to clipboard
Track and asses `Definitely non-nullable types`
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.