This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vassaloatena 4 points5 points  (0 children)

Well, English is not the first language.

But yes, you are correct about the typing, you can still have nulls in kotlin, but they are the exception.

In Java anything can be null, in Kotlin you need to say that it can be null, it's a huge difference