Just updated from v5.0.3 to 5.1.0 and now I’m gett...
# kotest
j
Just updated from v5.0.3 to 5.1.0 and now I’m getting
java.lang.NoClassDefFoundError: kotlinx/coroutines/test/TestDispatcher
all over the place when i run my test set. Using Kotlin 1.6.10. I don’t have anything that is explicitly drawing in that coroutine package.
s
Sounds like you have coroutines 1.5 on the classpath
1.6 should be coming in, you could add it manually
j
I think you’re right I do find 1.5 in there, but I’m not sure what’s bringing it in.
s
corotuines is used by loads of things
👍 1