Null Safety: Non-null Types and Nullability in Kotlin
02-01-2026 - Andrés Cruz
In this post, we'll talk about null and non-null data types as well as unary operators for null data types that allow variable properties to be accessed safely even when the reference is null in Kotlin.