Hello everyone. Have been reading this article (<h...
# android-architecture
u
Hello everyone. Have been reading this article (https://blog.kotlin-academy.com/effective-java-in-kotlin-item-1-consider-static-factory-methods-instead-of-constructors-8d0d7b5814b2) where Marcin Moskala uses Provider as “a lighter alternative to DI”. I wonder how to kill companion object instance provided by
Provider
. Reset it to null? Any help would be appreciated.