has anyone seen this error before: java.lang.NoCla...
# serialization
k
has anyone seen this error before: java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/serialization/internal/GeneratedSerializer? it's happening when running connected tests on Android.
😕 2
the serialization occurs in an MPP library
we suspect proguard
turns out it's not proguard
we even added the runtime as an explicit dependency in the app project and still get the same error. it doesn't make any sense.
this was due to me distributing a skinny jar instead of a fat jar
too used to maven handling dependencies to even think about it 🙂