Hey i want to create a web application with ktor 1...
# ktor
b
Hey i want to create a web application with ktor 1.5.4. But what JDK is the best? Can i use the Latest? Is kotlin 1.5.1 compatible or do I have to use the 1.4.3?
s
you can use latest, for my project i'm use JDK 14 with compile target 12
b
And which JRE do you use?
s
I have not currently released the project on production (only for hobby)
b
Ok thank you
Do you know if Kotlin 1.5.x works with ktor 1.5.4?
s
i think yes, i use Ktor 1.5.3 with Kotlin 1.5.0
r
Ktor doesn't use it yet unless you use EAP, but it will work mostly fine if you use it. The only issue I'm aware of is https://youtrack.jetbrains.com/issue/KT-46340
b
FYI, Ktor is not updated for Kotlin 1.5.0 yet. It's working for me with Kotlin/JVM 1.5.0, it's not working on Kotlin/JS 1.5.0 though (Apparently some JS-specific things were renamed in Kotlin 1.5.0).
They said Kotlin 1.5.0 update should be out this week-ish