whats the difference between this <https://mvnrepo...
# kotlintest
h
whats the difference between this https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core/3.1.10 and this dependency https://mvnrepository.com/artifact/io.kotlintest/kotlintest/2.0.7? which one should I use for testing?
Thanks @AJ Alt so KotlinTest 2.0.7 is the old unsplitted depency ?
Thanks. Actually I think found the answer to my question. The reason why I'm asking is because it appears that
inteceptors
deprecated and it looks like I should be using
listeners
instead (according to that doc you sent)