I am asking this because I think there is going to be an interesting competition on server side between Go, JVM languages compiled as GraalVM native images (including Kotlin) and Kotlin/Native. So far the biggest blocking issue I found from my quick test of Kotlin/Native is the compilation speed, especially compared to Go which is maybe less expressive, but minimalist, simple and super fast to compile. Currently, compilation speed is the main blocking point I see in Kotlin/Native.