We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4201 commit 7015538Copy full SHA for 7015538
app/build.gradle.kts
@@ -264,6 +264,7 @@ dependencies {
264
265
// Instrumented Test Libraries
266
androidTestImplementation(composeBom)
267
+ androidTestImplementation(libs.coroutines.test)
268
androidTestImplementation(libs.androidx.test.core)
269
androidTestImplementation(libs.androidx.test.ext.junit)
270
androidTestImplementation(libs.androidx.test.ext.junit.ktx)
0 commit comments