<@U0H8K7DEV> it looks like you have different vers...
# ktor
o
@Ian it looks like you have different versions of kotlinx.coroutines coming from different dependencies, and they are at conflict
i
Ah, let me check…
0.21.1 is current?
Looks like ktor-server-netty pulls in ktor-server-host-comment which pulls in kotlinx-coroutines-io 0.20-alpha-12, where other libs pull in 0.21.1
o
Yes, but ktor wasn’t updated to it yet, but should be compatible.
Let me check it real quick
👍 1
i
Is there a way to force it using Gradle?
o
Nope, not compatible 😞
i
Ah, do I have any options?
o
Depends on what are you using with coroutines, other than ktor
i
Just my own library
o
Try forcing ktor’s version with Gradle, see if yours works with it
Here comes binary compatibility, sorry about that. Neither coroutines, nor ktor are in released compatible state yet…
i
Which version should I force ktor to use?
o
I’m suggesting to use what ktor uses (0.21-alpha-2) with your lib.
i
ok, will do - thank you
o
We will sure try to fix the discrepancy as soon as possible, and release new build. Not at 23:39 on Sunday, though 🙂
👍 1