Also getting this on kotest-framework-engine@4.3.1...
# kotest
b
Also getting this on kotest-framework-engine@4.3.1:
Copy code
Cannot access 'kotlinx.coroutines.CoroutineScope' which is a supertype of 'io.kotest.core.spec.style.scopes.GivenScope'. Check your module classpath for missing or conflicting dependencies
Anyone knows a workaround?
s
Sounds like coroutines is not on the classpath properly. Could try adding the coroutines package yourself to the build.
b
It was adding coroutines 1.3.x. I was able to resolve it by adding coroutines 1.4.x explicitly myself
s
Ok, cool
b
Looks like something is wrong with kotest internal dependencies on coroutines.
My project only has kotest and std lib dependencies. However coroutines 1.3.x somehow is still in my dependency tree
s
kotest uses coroutines 1.3.x
b
I see. Any eta on 1.4?
s
in Kotest 4.4 we'll switch to coroutines 1.4.1 or whatever is the latest
You should just be able to override the version in gradle anyway
b
I am, it's just odd
s
I find the MPP gradle plugin has issues sometimes