It seems that, if an API isn't annotated `@Nullabl...
# announcements
d
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
Kotlin assumes that it’s
@NotNull
It’s not correct, check docs about “platform types”