Android Studio – Cannot access 'kotlinx.coroutines.CoroutineScope' which is a supertype of 'androidx.lifecycle.LifecycleCoroutineScope'
Tried to use room api and had to deal with asynchronous tasks you know why. I chose kotlin coroutines and androidx.lifecycle. Tried to write some code and got 2 errors displaying in IDE Cannot access 'kotlinx.coroutines.CoroutineScope' which is a supertype…