Skip to content

Instantly share code, notes, and snippets.

@prateek54
Last active September 17, 2020 08:11
Show Gist options
  • Save prateek54/2b0732a2aac0237bdb6844ab31ca17d5 to your computer and use it in GitHub Desktop.
Save prateek54/2b0732a2aac0237bdb6844ab31ca17d5 to your computer and use it in GitHub Desktop.
Null Safety a battle in Kotlin 3
var timeStone: String? = "Dr Strange"
timeStone = null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment