What architectures does K/N currently support? A y...
# kotlin-native
t
What architectures does K/N currently support? A year ago I planned on converting a Cortex M library to use Kotlin but the toolset wasn't quite mature enough, especially with Gradle.
j
There is a list of supported platforms in the tutorial https://kotlinlang.org/docs/tutorials/native/targeting-multiple-platforms.html
t
Danke. Google kept directing me to iOS tutorials :I
Is non-iOS focused ARM in the pipeline?
j
@olonho?
m
For embedded devices there is experimental Zephyr target.
t
What's it cover?
m
Tested on STM32F4 discovery and nucleo boards, but porting to anything else is relatively easy.
t
Sweet, thanks!
o
also Raspberry Pi and similar devices are covered with
linux_arm32_hfp
and Android small devices with
android-arm32