What is the state of swift/ios interop today ?
In recent weeks, the
swift-java project has seen growth.
I wonder if anyone has revisited its interoperability potential, especially with Kotlin, given the following updates:
• The extract tool might eventually support generating legacy-compatible sources that wouldn’t require JEP-454, instead leveraging existing JNI facilities. However, the current focus remains on modern foreign function and memory APIs.
• There’s ongoing work to make it Android-compatible (
PR #144), and the repository seems to incorporate
Kotlin dependencies.
• Swift binaries themselves are now building and running on Android (
documentation).
• People use this project to create stuff like
FlutterSwift
I know much of this may seem like conjecture or anecdotal evidence, but do you think this points to a trend toward making Swift more interoperable with Kotlin in the future?