anyone else having a problem with with `5.2.2` - i...
# kotest
p
anyone else having a problem with with
5.2.2
- i think it may be related to the new
1.6.1
coroutine release from yesterday?
Copy code
Caused by:
        java.lang.AbstractMethodError: Receiver class io.kotest.assertions.ErrorCollectorContextElement does not define or inherit an implementation of the resolved method 'abstract kotlinx.coroutines.CopyableThreadContextElement copyForChild()' of interface kotlinx.coroutines.CopyableThreadContextElement.
still digging
seems to work fine if i strictly require kotlinx coroutines
1.6.0
s
Looks like they made a breaking change in 1.6.1
o
Yes, a method has been renamed. I‘m working on the kotest part.
p
Annoying that they don't use semver appropriately to indicate that
👍🏻 1
o
Or use a deprecation cycle…
💯 1
c
its an
ExperimentalCoroutinesApi
s
So is half the std lib
👍 2
😅 4
o
Found out that there is a PR for the issue: https://github.com/kotest/kotest/pull/2912 Have commented on that and will not push another one.
c
will there be a release soon with this fix?
🤞 1
s
5.2.3 was released a couple of days ago, sorry for not posting sooner
👍 1
c
yes i am already using it, it works great now.
🎉 1