anyone else by chance running in to following afte...
# coroutines
j
anyone else by chance running in to following after updating to kotlinx coroutines 1.7.0?
Copy code
'void kotlinx.coroutines.test.TestBuildersKt.runTest$default(kotlinx.coroutines.test.TestScope, long, kotlin.jvm.functions.Function2, int, java.lang.Object)'
java.lang.NoSuchMethodError: 'void kotlinx.coroutines.test.TestBuildersKt.runTest$default(kotlinx.coroutines.test.TestScope, long, kotlin.jvm.functions.Function2, int, java.lang.Object)'
	at androidx.compose.ui.test.AndroidComposeUiTestEnvironment.withTestCoroutines(ComposeUiTest.android.kt:366)
🚫 2
👌 2
j
That seems to indicate issue was resolved?
a
I’m also seeing this still with
1.7.0
j
I’m running into this issue too now, did any of you manage to fix it?