The android announcement says Kotlin will also be ...
# kotlin-native
n
The android announcement says Kotlin will also be supported on iOS. Is it like supported as in objc runtime ( apps can be written with Kotlin)?
m
nimtiazm: yup, LLVM is the target vm
o
Yes, apps can be written in Kotlin, for example, you could compile Tetris for iphone target, but currently, no ObjC/Swift interop is provided
n
I'm aware of Tetris example and that's pretty cool. So "currently, no objc/swift interop" means it'll be provided soon?
o
yes, it is being worked on
@maciekjanusz: funny enough, LLVM isn't a VM, it's compiler infrastructure and Kotlin/Native runs without VM, using LLVM's codegeneration facility
m
good point! thanks for clarification