Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用(不关心版本,我使用平台来管理版本):
testCompile("org.jetbrains.kotlin:kotlin-test-testng") testCompile("org.jetbrains.kotlin:kotlin-test") testCompile("org.jetbrains.kotlin:kotlin-test-common")
但无法导入 kotlin.test.Test:
import kotlin.test.Test
TestIDEA中显示红色,表示未找到,为什么?我忽略了什么?
Test