Hello, general question for the iOS people here. When Swift version updates, what does it mean for code written in Kotlin compiled by Kotlin/Native?
l
louiscad
06/06/2019, 8:16 AM
Nothing because Kotlin doesn't have Swift interop for now. Only Obj-C, which makes the bridge with Swift, but Obj-C doesn't change and keeps binary compatibility.
f
Fudge
06/06/2019, 8:17 AM
Even if it had Swift interop it would be fine because Swift has reached 'binary stability' (can't remember how exactly it's called right now) 'ABI stability' meaning there is backwards compatibility with the binary format.