Hi! Swift Export! Have you seen WWDC25 video? This...
# swift-export
k
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
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
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
That's a different goal, thanks for the clarification.
k
what do you mean “unidirectionally”? the video seem to claim “both ways”…