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
samuele794
05/27/2021, 7:20 AM
you can use latest, for my project i'm use JDK 14 with compile target 12
b
ByFloRedstone
05/27/2021, 7:27 AM
And which JRE do you use?
s
samuele794
05/27/2021, 7:37 AM
I have not currently released the project on production (only for hobby)
b
ByFloRedstone
05/27/2021, 7:40 AM
Ok thank you
Do you know if Kotlin 1.5.x works with ktor 1.5.4?
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