Join Slack
Communities
Powered by
I noticed that when I expose a generic type from K...
# kotlin-native
m
Michal Klimczak
01/30/2021, 2:59 PM
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?
Michal Klimczak
01/30/2021, 3:08 PM
OK, nvm, found info:
https://kotlinlang.org/docs/reference/native/objc_interop.html#generics
2
Views
Open in Slack
Previous
Next