Maksim Kazantsev
Results
2
issues of
Maksim Kazantsev
**Describe the bug** This code: ``` data class Req(val id: Int) val req = Req(id = 5000) Json.encodeToString(req) ``` on the physical device iOS and on the emulator android works...
waiting for clarification
How do I put null in the network model field? I have a model like this @JsonApi(type = "notes") data class Note( var name: String? = null, var description: String?...