Ok now I have a weird issue.
My application is working fine on debug mode. But not when build with release..
My issue came from the serializer here the message:
• Can’t locate argument-less serializer for class
• (Kotlin reflection is not available). For generic classes, such as lists, please provide serializer explicitly.
n
nwillc
02/17/2020, 3:45 PM
I don’t have definitive answer on this but sounds to me like an issue with the jar creation, Sounds like the releasee jar isn’t including a dependency that is needed.