Now that K/N produces Apple compatible bitcode in ...
# kotlin-native
s
Now that K/N produces Apple compatible bitcode in frameworks, what would the effort be like to support tvOS? It’s a similar but different SDK from iOS.
m
l
Oh My God. KOTLIN EVERYWHERE!
💯 2
K 8
g
Great news! @olonho should we also expect Android x86 at some point? It's the only missing target now. It's also especially important for emulators which are by default 32 bit Maybe there is an issue about this so I could follow it. Or I can create a new one
m
Isn't Android x86 deprecated or something?
a
m
^ x86_64 emulators are available alongside x86 ones but recommended/default is x86 though.
s
https://github.com/JetBrains/kotlin/pull/2537
Note that this patch doesn’t actually add support for any of this targets, it’s just a minor preparation step.
s
It is nice to know that it is coming. Between that and the upcoming wasm compiler backend, I'm really excited.