Cant launch new coroutine
I already have a lifecycleScope created in the MainActivity. When I try to create a new lifecycleScope, I get an error: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val LifecycleOwner.lifecycleScope: LifecycleCoroutineScope defined in androidx.lifecycle I don’t know what to try. 2 UniversityDetails isn’t AppCompatActivity. – In your … Read more