what is the best way to implement a Singleton patt...
# android
l
what is the best way to implement a Singleton pattern in Kotlin ?
stackoverflow 3
v
Looks like question for #getting-started
s
I would think that would depend on what it was for. You can just use object if it doesn’t have constructor dependencies
k
is there a book or git where you can see the most patterns applied to kotlin? that would be fun to read