If I need to include a computed `val` in a `data c...
# squarelibraries
d
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?