Join Slack
Powered by
If I need to include a computed `val` in a `data c...
# squarelibraries
d
dave08
03/18/2019, 5:50 PM
If I need to include a
computed
val
in a
data class
that has
JsonClass
for code generation in Moshi and it needs a backing field, is it enough to make it
@Transient
so that Moshi ignores it?
Open in Slack
Previous
Next