<kotlin.reflect.jvm.internal.KotlinReflectionInter...
# stackoverflow
u
kotlin.reflect.jvm.internal.KotlinReflectionInternalError when minifyEnabled I get a problem. when my app minifyenabled is true , it crashed ! and the error is following: kotlin.reflect.jvm.internal.KotlinReflectionInternalError: This callable does not support a default call: public constructor LoginResultBean I think there must be some relationships with moshi and R8. I need help...