Is the bit code output format the same one that Ap...
# kotlin-native
s
Is the bit code output format the same one that Apple is using or is it different? If I could put a Kotlin app on the Apple Watch or tv that would be awesome.
o
Not exactly, bitcode we generate is from LLVM 6.0.1, and we use native libffi for interop implementation)
🙏 1