hey folks, I ran into issue after migrating to `0....
# serialization
i
hey folks, I ran into issue after migrating to `0.20.0`:
java.lang.NoSuchMethodError: No direct method <init>(Ljava/lang/String;Lkotlinx/serialization/internal/GeneratedSerializer;I)V in class Lkotlinx/serialization/internal/SerialClassDescImpl; or its super classes (declaration of 'kotlinx.serialization.internal.SerialClassDescImpl' appears in ....)
. Am I missing any migration steps? Found similar issue: https://github.com/Kotlin/kotlinx.serialization/issues/736 that still reproduces for me
t
Do you have isolated project?
m
Have you also updated Kotlin to 1.3.70?
t
With all dependencies, which use serialization
i
Have you also updated Kotlin to 1.3.70
Yes
Do you have isolated project?
Unfortunately no
With all dependencies, which use serialization
Will double check that
t
Full sync required for serialization 😞
i
I found that we missed coroutines dependency that was 1.3.3
testing if that was the culprit