Cannot import kotlin.test.Test with gradle

Viewed 186

I use (don't care about versions, I use platform to manage versions):

testCompile("org.jetbrains.kotlin:kotlin-test-testng")
testCompile("org.jetbrains.kotlin:kotlin-test")
testCompile("org.jetbrains.kotlin:kotlin-test-common")

But cannot import kotlin.test.Test:

import kotlin.test.Test

Test shows red in IDEA, means not found, Why? something I ignored? enter image description here

enter image description here

0 Answers
Related