Does K/N generate `_Nullable`/`_NonNull` annotatio...
# multiplatform
n
Does K/N generate `_Nullable`/`_NonNull` annotations for the compiled obj-c code too? If not, why?
a
Hello! IIRC,
_Nullable
is being added to nullable types, while the
_NonNull
only for cases such as described here.