Hello all, I am using kotlinx.serialization in my KMM library and I integrated the .jar library with my java project. but I am getting the run time errors with kotlinx.serialization. Any kind of help would be appreciated.
Exception in thread "main" java.lang.NoClassDefFoundError: kotlinx/serialization/json/Json
at codes.pratik.kotlin.KMMSerializer.convert(KMMSerializer.kt:18)