Can't find `@kotlin.test.Test` inside kotlin-test-...
# multiplatform
d
Can't find
@kotlin.test.Test
inside kotlin-test-common-1.2.0-beta-88. Edit: it seems that I forgot to add kotlin-test-annotations-common. Since
kotlin-test-common
has a
@Deprecated
why not just add a transitive dependency to
kotlin-test-annotations-common
?