Join Slack
Powered by
Yes, because it has to convert the java-style `Str...
# getting-started
d
diesieben07
05/28/2018, 6:46 PM
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.
Open in Slack
Previous
Next