GsonBooster
GsonBooster copied to clipboard
Data Class not Support java.io.Serializable
When data class implement Serializable, kapt or ksp processor cannot compile! data class 不支持实现java 序列化,编译会报错。
When data class implement Serializable, kapt or ksp processor cannot compile! data class 不支持实现java 序列化,编译会报错。
I mentioned the bug to the original poster but it has not been solved yet. I changed a version myself. You can use my modified version to fix the problem https://github.com/NBXXF/gson_plugin 我提了bug楼主暂时没有解决,我自己改了一个版本,你可以使用我修改的版本,修复了这个问题 https://github.com/NBXXF/gson_plugin