Skip to content

Instantly share code, notes, and snippets.

@markmaynard
Last active June 1, 2019 16:19
Show Gist options
  • Save markmaynard/d8f285059f6d4ce071f9b7162051f51b to your computer and use it in GitHub Desktop.
Save markmaynard/d8f285059f6d4ce071f9b7162051f51b to your computer and use it in GitHub Desktop.
My First Kotlin Singleton
object MyFirstSingleton {
var mutablePropertyFTW = 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment