I guess ktor is not compatible with coroutines 0.2...
# ktor
r
I guess ktor is not compatible with coroutines 0.27.0?
Exception in thread "main" java.lang.NoSuchMethodError: kotlinx.coroutines.experimental.ExecutorsKt.asCoroutineDispatcher(Ljava/util/concurrent/Executor;)Lkotlinx/coroutines/experimental/CoroutineDispatcher;
in
JettyApplicationEngine:kt.13
d
which version of kotlin are you using?
r
1.2.71
ktor 0.9.4
d
I guess kotlinx.coroutines 0.27.0 is binary-incompatible, so probably it will require some modifications to ktor
r
Ok
e
Oops… Sorry. Our bad. We’ve broken binary compatibility in
0.27.0
. Will fix in the next build
👍 2
e
should work in 0.30 now @rocketraman
👍 1