Join Slack
Communities
Powered by
It seems that, if an API isn't annotated `@Nullabl...
# announcements
d
dwickern
04/25/2018, 4:21 PM
It seems that, if an API isn't annotated `@Nullable`/`@NotNull`, Kotlin assumes that it's
@NotNull
. Is this really the default? Is there a compiler option to fix this?
g
gildor
04/25/2018, 4:24 PM
Kotlin assumes that it’s
@NotNull
It’s not correct, check docs about “platform types”
3
Views
Open in Slack
Previous
Next