I'm seeing a strange exception in Android with kto...
# coroutines
s
I'm seeing a strange exception in Android with ktor and coroutines. Anyone ever seen this before?
Copy code
java.lang.IncompatibleClassChangeError: Class kotlinx.coroutines.io.internal.MutableDelegateContinuation implements non-interface class kotlinx.coroutines.DispatchedTask (declaration of 'kotlinx.coroutines.io.internal.MutableDelegateContinuation'
o
Upgrade to coroutines 1.0.1
s
coroutines 1.0.1 was the problem. I had to upgrade to ktor beta 4.
👍 2