You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this be recommended to use for a Kotlin/Java project, or rather, would this still work in Kotlin project? Kotlin has null-safety built-in, but it doesn't protect against instances where the network response is null for a non-null property when using something like GSON.
Would this be recommended to use for a Kotlin/Java project, or rather, would this still work in Kotlin project? Kotlin has null-safety built-in, but it doesn't protect against instances where the network response is null for a non-null property when using something like GSON.