Jemo
03/30/2021, 11:11 AMjava.lang.VerifyError: Verifier rejected. Rejecting invocation, expected 36 argument registers, method signature has 37 or more
I have almost 2000 field in my class and if I remove a bunch of them, then parsing works correctly. Also opened an issue for more details. https://github.com/Kotlin/kotlinx.serialization/issues/1393
Update: Seems it is not the kotlinx.serialization library issue, tried with Gson & Moshi and got the same error