Question, what does a SWIFT optional look like fro...
# kotlin-native
a
Question, what does a SWIFT optional look like from the viewpoint of Kotlin. A nullable value, or something that is like
Optional
class?
o
Kotlin/Native interops with Objective-C, not Swift
a
aha! ok, thanks.