```@Keep data class RatingData( @SerializedNam...
# kotlin-website
m
Copy code
@Keep
data class RatingData(
    @SerializedName("show_nudge") val showNudge: Boolean,
    @SerializedName("is_app_rated") val isAppRated: Boolean,
)
this is my response class what if backend sends null in anyone of these values. right now my app is not crashing but from what i know it should crash. Anyone has any idea about this, i think this is something related to Boolean because for other types it definitely crashes.
d
Hi, this channel is about the https://kotlinlang.org/ site and the connected infrastructure. Try to ask your question in #C7A1U5PTM or #C0B8MA7FA channels.