Commit 76a715f
committed
fix: Gson으로 역직렬화되는 DTO 필드명 난독화 방지
BaseResponse, ErrorResponse 등이 Kotlin Serialization(@SerialName)으로
선언되어 있지만 ResponseInterceptor, ResultCall, FlowCallAdapter에서
Gson으로 역직렬화됨. R8이 필드명을 난독화하면 Gson 매핑 실패로
API 응답이 전부 깨지는 문제 수정.1 parent e8383ec commit 76a715f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
0 commit comments