https://kotlinlang.org logo
Title
a

Ashish Kumar Joy

03/17/2020, 8:46 AM
In addition to kotest-runner-junit5 you will need the assertion module as well, please have look at https://github.com/kotest/kotest/blob/master/README.md
h

henrik

03/17/2020, 8:50 AM
Thanks!
Have you considered including that as a transitive dep to the runner?
a

Ashish Kumar Joy

03/17/2020, 9:01 AM
Previously assertions module comes along with the runner. In order to allow users to use runner and assertions module independent of each other we have separated them. Making it a transitive dependency will bring assertions along with runner which user may not want.