ah, that's because `value` might be `null`, this w...
# getting-started
e
ah, that's because
value
might be
null
, this will work
dest?.let{ it.writeInt(value!!) }