``` java.lang.NoClassDefFoundError: Failed reso...
# multiplatform
d
Copy code
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/serialization/json/JsonKt;
I'm seeing this error when pulling in the jar I built from my multiplatform project, I'm not accessing any transitive libraries, anyone seen this?