@@ -35,23 +35,14 @@ dependencies {
3535 implementation(libs.okhttp)
3636 implementation(libs.kotlin.serializationJson)
3737
38- testImplementation(libs.test.junit)
39- testImplementation(libs.test.mockk)
40- testImplementation(libs.test.robolectric)
41- testImplementation(libs.test.androidx.junit)
42- testImplementation(libs.test.androidx.core)
43- testImplementation(libs.test.kotlin.coroutines)
44- testImplementation(libs.test.kotest.assertions)
38+ testImplementation(libs.bundles.test.unit)
39+ testImplementation(libs.bundles.test.unit.android)
4540 testImplementation(libs.test.mockwebserver)
4641 testImplementation(project(" :testutils" ))
4742
43+ androidTestImplementation(libs.bundles.test.android)
4844 androidTestImplementation(project(" :testutils" ))
4945 androidTestImplementation(project(" :core" ))
5046 androidTestImplementation(project(" :aws-core" ))
5147 androidTestImplementation(project(" :aws-auth-cognito" ))
52- androidTestImplementation(libs.test.androidx.core)
53- androidTestImplementation(libs.test.androidx.runner)
54- androidTestImplementation(libs.test.androidx.junit)
55- androidTestImplementation(libs.test.kotlin.coroutines)
56- androidTestImplementation(libs.test.kotest.assertions)
5748}
0 commit comments