Yes, because it has to convert the java-style `Str...
# getting-started
d
Yes, because it has to convert the java-style
String
into the kotlin world. In java there are no nullable types, so it turns it into
String!
, which can be both nullable and non-nullable.