Hello! I’ve been trying to make a multiplatform mo...
# multiplatform
d
Hello! I’ve been trying to make a multiplatform module for my models so i can share it between server and clients. i’m currently working on the ktor server, and i’m able to reference the models. everything is compiling fine, but during runtime, i’m getting
java.lang.NoClassDefFoundError
on the models defined in the common module. does anyone have any idea why this is happening?