I guess the whole point of platform types if you d...
# announcements
a
I guess the whole point of platform types if you don't need to worry about nulls if you know the type doesn't contain them. When you finally assign the calculation to something in kotlin you then decide if it has nulls. Alternatively, functions like
filterNotNull()
should work if you don't know if the type contains nulls (although I can't say I've tried with platform types).