diff --git a/features/location/impl/build.gradle.kts b/features/location/impl/build.gradle.kts index c7b19fbf59..14dd7a7836 100644 --- a/features/location/impl/build.gradle.kts +++ b/features/location/impl/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { testCommonDependencies(libs, true) testImplementation(projects.libraries.matrix.test) - implementation(projects.libraries.dateformatter.test) + testImplementation(projects.libraries.dateformatter.test) testImplementation(projects.libraries.testtags) testImplementation(projects.services.analytics.test) testImplementation(projects.features.messages.test)