``` Exception in thread "kotlinx.coroutines.Defaul...
# coroutines
k
Copy code
Exception in thread "kotlinx.coroutines.DefaultExecutor" java.lang.IllegalArgumentException: Must be used with DispatchedContinuation
	at kotlinx.coroutines.experimental.CancellableContinuationImpl.resumeUndispatched(CancellableContinuation.kt:252)
	at kotlinx.coroutines.experimental.EventLoopBase$DelayedResumeTask.run(EventLoop.kt:237)
	at kotlinx.coroutines.experimental.EventLoopBase.processNextEvent(EventLoop.kt:129)
	at kotlinx.coroutines.experimental.DefaultExecutor.run(DefaultExecutor.kt:54)
	at java.lang.Thread.run(Thread.java:745)