And what about nullability in Kotlin, does it translate correctly when used in Swift through ObjC?
g
And what about nullability in Kotlin, does it translate correctly when used in Swift through ObjC?
j
yes
k
it uses the Obj-C nullability annotations
or however they're referred to
g
Great!