Can you use the kotlin native compiler to compile ...
# ktor
m
Can you use the kotlin native compiler to compile a server-side ktor app? (Assuming no java dependencies are used from the user-code)
b
Ktor itself depends on java apis, so no
🙏 1
m
That’s the answer I was looking for, thanks
b
Native ktor server is in the works, though
👍 1
You might have some success with graalvm native-image for now
m
thanks!
a
Here is a feature request for a server implementation on kotlin native https://youtrack.jetbrains.com/issue/KTOR-746.
🙏 1