my Kotlin question is: while I can use "object" an...
# announcements
j
my Kotlin question is: while I can use "object" and the MyClass.INSTANCE variable to access my Singleton, how would I go about clearing / resetting it? and ensuring that next time MyClass.INSTANCE is accessed, the init{} will fire