|
|
|
@ -123,7 +123,6 @@ dependencies {
|
|
|
|
|
testDemoImplementation(libs.roborazzi)
|
|
|
|
|
testDemoImplementation(projects.core.screenshotTesting)
|
|
|
|
|
|
|
|
|
|
androidTestImplementation(kotlin("test"))
|
|
|
|
|
androidTestImplementation(projects.core.testing)
|
|
|
|
|
androidTestImplementation(projects.core.dataTest)
|
|
|
|
|
androidTestImplementation(projects.core.datastoreTest)
|
|
|
|
@ -131,6 +130,7 @@ dependencies {
|
|
|
|
|
androidTestImplementation(libs.androidx.navigation.testing)
|
|
|
|
|
androidTestImplementation(libs.androidx.compose.ui.test)
|
|
|
|
|
androidTestImplementation(libs.hilt.android.testing)
|
|
|
|
|
androidTestImplementation(libs.kotlin.test)
|
|
|
|
|
|
|
|
|
|
baselineProfile(projects.benchmarks)
|
|
|
|
|
}
|
|
|
|
|