```Error:Kotlin: Supertypes of the following class...
# getting-started
g
Copy code
Error:Kotlin: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class kotlinx.coroutines.experimental.CoroutineDispatcher, unresolved supertypes: kotlin.coroutines.experimental.AbstractCoroutineContextElement, kotlin.coroutines.experimental.ContinuationInterceptor
What does it mean and how do I fix it?