Fabio Berta
05/17/2023, 8:42 PMjava.lang.ClassNotFoundException: Didn't find class "kotlinx.coroutines.DelayWithTimeoutDiagnostics"
. We use runTest
and thus have androidTestImplementation(libs.kotlinx.coroutines.test)
as a dependency. Is this not a suggested combination or are we doing something wrong?org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1
as an implementation dependency fixes it. I didn't have this before because I guess it was transitively included by some other dep. Why did this work before thought š¤