Hi there, I’m currently starting to integrate the ...
# kotest
p
Hi there, I’m currently starting to integrate the Kotest runner in our test suite as we are really happy with the already used assertions library. It seems like Kotest 5.1.0 is not working with Spring 2.6.3 Webflux, since Webflux seems to drag in
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2
(even though we specified the dep as 1.6.0) and Kotest required
1.6.0
. Having both
1.6.0
and
1.5.2
of
corouitnes-core
on the classpath seems not to work. Did anybody else run into this problem? Right now downgrading to
5.0.3
is the only solution I could find. Any help is appreciated. Thanks!
s
Can you force spring to 1.6 ?
p
I’m trying to but it’s not working out as expected. 5.0.3 is working fine right now for me, will jump back into it in the new week. Thanks 🙂
👍🏻 1