hi. i have a question about parcelable and kotlin....
# android
b
hi. i have a question about parcelable and kotlin. how should i handle nullable integer values.
dest.writeInt(nullable int)
is not allowed