since I updated Kotlin to 1.6.10 and coroutines to...
# getting-started
m
since I updated Kotlin to 1.6.10 and coroutines to 1.6.0,
kotlin-test
broke 🤔 can’t fine
import kotlin.test.Test
annotation. is there something going on with kotlin test that am not aware of?
s
This migration guide should cover what you’re after I’d guess?
m
but that says nothing about @Test kotlin annotation 😕
I don’t have problem with coroutine testing API, I migrated those. I have problem with plain kotlin test
@Test
annotation
s
Oh sorry, I misunderstood your question. Not sure then, that definitely sounds weird. Clean caches and restart? 😅
m
I guess 😄