hey folks, am I getting this right that whenever a...
# testing
n
hey folks, am I getting this right that whenever a
kotlin-test-junit
dependency is added,
junit
should also be added explicitly?
put another way, is it expected
kotlin.test
annotations in jvmTest tests highlighted like this, unless I add JUnit as an explicit dependency?