You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]在release混淆模式下,访问接口解析可能会报 default constructor not found 错误[/-][+]在release混淆模式下,访问接口解析可能会报 default constructor not found 错误附临时解决方案[/+]on Dec 22, 2019
Activity
[-]在release混淆模式下,访问接口解析可能会报 default constructor not found 错误[/-][+]在release混淆模式下,访问接口解析可能会报 default constructor not found 错误附临时解决方案[/+]manondidi commentedon Dec 22, 2019
这个是fastJosn的bug,而fastJson不是kotlinArch必备的,
只是我在demo中 把fastjson做为 retrofit的解析方案,
可以自己替换成jackson的解决这个问题