Add missing dependency.

- androidTestImplementation(projects.core.testing)

Change-Id: Icb626d1f6c84085aa77a0352d89dc910cd27b08e
pull/1268/head
Jaehwa Noh 9 months ago
parent db5e3bc62b
commit 7c2bdac71a

@ -30,6 +30,7 @@ dependencies {
implementation(libs.kotlinx.datetime)
androidTestImplementation(projects.core.testing)
androidTestImplementation(libs.androidx.test.core)
androidTestImplementation(libs.androidx.test.runner)
androidTestImplementation(libs.kotlinx.coroutines.test)

Loading…
Cancel
Save