aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6172f54b..1046d52f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -276,9 +276,9 @@ dependencies {
implementation kau.Dependencies.hilt
kapt kau.Dependencies.hiltCompiler
- testImplementation kau.Dependencies.hilt
+ testImplementation kau.Dependencies.hiltTest
kaptTest kau.Dependencies.hiltCompiler
- androidTestImplementation kau.Dependencies.hilt
+ androidTestImplementation kau.Dependencies.hiltTest
kaptAndroidTest kau.Dependencies.hiltCompiler
implementation kau.Dependencies.coroutines