I just updated to Kotlin 1.4 and serialization 1.0...
# serialization
e
I just updated to Kotlin 1.4 and serialization 1.0.0-RC in my KMM project and I’m getting the error:
Compilation failed: Deserializer for declaration public kotlinx.coroutines/SingleThreadDispatcher|null[0] is not found
Does this look familiar to anyone? EDIT: I reverted back to 0.20.0 and have the same issue
Upgrading my coroutines dependency to
1.3.9-native-mt
resolved this for me