I noticed that when I expose a generic type from Kotlin Native to Swift, it's always nullable. E.g. ...
m
I noticed that when I expose a generic type from Kotlin Native to Swift, it's always nullable. E.g.
MyCoolGenericExample<T>
accessed from Swift will always have the
T
nullable. Is that true or am I missing something?