Klaxon Error on Converting List<objects> to jsonString

95 Views Asked by At

in the Kotlin language android development application, I try to use Klaxon to convert my list of objects to JSON string. my code work without error on debugging but after release it has error on JsonArray(queryResult).toJsonString()

error is: No accessors or field is found for property var ea.c.: kotlin.String?

queryResult here is List

is there any special permission I missed to apply for release?

0

There are 0 best solutions below