Hey, I am developing a multiplatform project targe...
# multiplatform
v
Hey, I am developing a multiplatform project targetting iOS & android. How to generate a working android jar file from the shared code? when I include shared code as a module in the android project it works fine but when I include generated android jar file as a library in android it throws an error when I run the app.
Copy code
Caused by: java.lang.ClassNotFoundException: Didn't find class "kotlinx.serialization.json.Json Kt"