anyone else having a problem with with `5.2.2` - i think it may be related to the new `1.6.1` corout...
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