Any clue?
# kotest
g
Any clue?
s
It's missing a dep it seems. Try adding kotest-framework-api
g
thanks for your proposal - after further testing - it seems that it's
Copy code
testImplementation("io.kotest:kotest-core:4.2.+")
that triggers the error (no idea why)
it works when I remove it
I think I will enter an issue as I use it in my tests
s
Ah core doesn't exist anymore
Where are you seeing that in the docs
g
It's not in the doc, but in my test i was using
TestConfiguration
and so had to import it. I've found a workaround
thanks a lot