Hi! Swift Export!
Have you seen WWDC25 video?
This video is about the interoperability between Java and Swift.
Could this feature of Swift have a positive impact on kotlin-export?
https://youtu.be/QSHO-GUGidA?si=o5exjsPksDYip33J▾
j
jw
06/12/2025, 3:06 AM
No. Swift export is about exposing a Kotlin/Native API surface to Swift using Swift. That video is about exposing Swift to Java using the C ABI and JNI.
👀 1
jw
06/12/2025, 3:08 AM
Apple has massive JVM backend infrastructure, and this is likely a targeted solution to allow them to share code (unidirectionally) on the backend.
☝️ 2
💯 1
k
kyungkoo
06/12/2025, 4:27 AM
That's a different goal, thanks for the clarification.
k
Karen Frangulyan
06/17/2025, 12:12 AM
what do you mean “unidirectionally”? the video seem to claim “both ways”…