It means, null safety is not enforced at runtime a...
# android
n
It means, null safety is not enforced at runtime and you can pass null and probably get nasty NPE somewhere deep. It is harder for debug. But kotlin compiler still doesn’t allow pass nulls.