Michaeljon Hayden
05/25/2022, 4:11 PMJose Mateo
05/25/2022, 4:21 PMlam bui
05/26/2022, 2:58 AMgildor
05/26/2022, 3:26 AMMichaeljon Hayden
05/26/2022, 3:41 PMCaused by java.lang.IllegalStateException
Module with the Main dispatcher is missing. Add dependency providing the Main dispatcher, e.g. 'kotlinx-coroutines-android' and ensure it has the same version as 'kotlinx-coroutines-core'
when we call launchOnResumed
from an appcompat activity. The lifecycle lib tries to fetch the main dispatcher and fails.Michaeljon Hayden
05/26/2022, 3:45 PMgildor
05/27/2022, 1:48 AM