Hi! I’m currently migrating one of my ktor (versi...
# ktor
f
Hi! I’m currently migrating one of my ktor (version
0.9.5
) project to Kotlin
1.3.0
, but somehow this seems unsupported. Im using the new
kotlinx-coroutines-core
(version
1.0.0
) but ktor still uses the older version, where many functions and classes are in the experimental package, therefore I always get a
NoClassDefFoundError
. Do you have any suggestions how to fix this? Or do I need to update ktor to
1.0.0-beta3
?
j
yes, 1.0.0-beta3 is the way to go - see the announcement from yesterday
f
Ok, that’s what I thought… the only problem is that I need to run this project in production. Do you have any experiences running ktor
1.0.0-beta3
in production? Is it stable enough?
j
it's only available since yesterday, so pretty hard to say 😉
m
It’s not like any ktor version has seen all that much production use. Using beta-3, my service passes all the integration tests 🤷‍♂️
b
0.9.5
is just as much a pre-release as
1.0.0-beta-3