Easy Singletons in #Kotlin realkotlin.com/tutorials/2018…
1
3
2
0
0
@RealKotlin Loving this series very much! I've couple of things to highlight -- Adding "@volatile" to the instance field may be better and, we can use a "lazy" delegated property for the instance I suppose