Kotlin doesn't assume anything about nullability o...
# announcements
k
Kotlin doesn't assume anything about nullability of values coming from Java, they're called platform types, they have a conventional symbol
T!
and you can decide whether they are nullable at the call site.