for the lazy I suppose I can also just use ``` ove...
# android
t
for the lazy I suppose I can also just use
Copy code
override val coroutineContext: CoroutineContext 
        get() = Job() + Dispatchers.Main`
to use getter and not init var that will achieve same result. Andrey can you explain the different for Fragment? (For the moment I use the second one in Activity / Fragment and ViewModels