One question though if it's possible to answer. Of...
# kotlin-native
n
One question though if it's possible to answer. Of Kotlin native can generate llvm ir, it means it should work wherever llvm works right? Like raspberry pi arm arch etc
o
nimtiazm: yes, and we tested that for some fun targets, such as an iphone
n
@olonho that covers one of the very useful cases at my work. We have to build a automated test suite for ios and android apps. Kotlin native might find a sweet spot there for us. Amazing!