Hello, I’m trying to make a POC of kotline native ...
# kotlin-native
t
Hello, I’m trying to make a POC of kotline native and I would like to use Ktor to do a simple http call, but I’m wondering if it will be possible to use ktor on linux arm64 arch
👀 2
a
According to https://youtrack.jetbrains.com/issue/KTOR-872, Ktor does not support this platform yet.
t
Looking at the code it seems like a limitation due to the gradle configufarion
2