guys I am implementing a MVP architecture with sel...
# android
m
guys I am implementing a MVP architecture with self lifecycle management for screen rotation I have to bind my view to presenter in lateinit but on screen rotation I need to null the view values, but lateinit cannot be null is there a possible way to "free" lateinit references?