Join Slack
Powered by
whats the difference between this <https://mvnrepo...
# kotlintest
h
Hexa
10/17/2018, 7:29 PM
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?
Hexa
10/19/2018, 7:26 PM
Thanks
@AJ Alt
so KotlinTest 2.0.7 is the old unsplitted depency ?
Hexa
10/19/2018, 7:31 PM
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)
Open in Slack
Previous
Next