Hi. I'm having the following error doing a build o...
# kotlin-native
f
Hi. I'm having the following error doing a build on a linux ARM machine
Copy code
[2023-05-17T07:34:21.844Z] > Could not find :kotlin-native-prebuilt-linux-aarch64:1.7.21.
[2023-05-17T07:34:21.844Z]   Searched in the following locations:
[2023-05-17T07:34:21.844Z]     - <https://download.jetbrains.com/kotlin/native/builds/releases/1.7.21/linux-aarch64/kotlin-native-prebuilt-linux-aarch64-1.7.21.tar.gz>
• Is this because Kotlin native is not support for Linux ARM targets? • Where can I find the list of supported targets? Thanks.
t
Linux Arm64 is tier 2, so it should work: https://kotlinlang.org/docs/native-target-support.html
c
You can’t build kotlin native on a linux arm host, this might help