Does Ktor supports Java 13?
# ktor
z
Does Ktor supports Java 13?
s
Yes. I have ktor apps running with java 13. But doesn’t really matter. Kotlin will generate java 8 bytecode and 13 is for most compatible with 8. With kotlin 1.4, it says it will generate 1.8+ and I am guessing we can change the bytecode generation to different jvm version. But not entirely sure.