Is there a good way to avoid lateinit and uninitia...
# android
y
Is there a good way to avoid lateinit and uninitialized vars in general with Android? I feel like everytime I go to add new functionality, I always just have a top level declaration for all my needed vars in the class.