Skip to content
#

null-safety

Here are 7 public repositories matching this topic...

In Kotlin, every variable and object reference has a type, and that type can be either nullable or non-nullable. A nullable type can hold a value or a special value called null, which means that the variable doesn't point to any object. On the other hand, a non-nullable type can only hold a value and cannot be null.

  • Updated May 2, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the null-safety topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the null-safety topic, visit your repo's landing page and select "manage topics."

Learn more