Nikolay Kasyanov
02/05/2020, 11:01 AMimport kotlin.test.Test
is highlighted red in the IDE when the test is located in the commontTest
source set? Gradle build doesn’t fail, seems like an IDE issue.Kris Wong
02/05/2020, 1:20 PMNikolay Kasyanov
02/06/2020, 10:16 AMbaxter
02/06/2020, 9:41 PMimplementation "org.jetbrains.kotlin:kotlin-test-common:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-test-annotations-common:$kotlin_version"
Nikolay Kasyanov
02/07/2020, 7:52 AM