aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-04-18 17:58:23 -0700
committerAllan Wang <me@allanwang.ca>2021-04-18 17:58:23 -0700
commit41b6765da8fb0c05dff8b339ca23b6a3d39839d9 (patch)
tree4b51d7fc8cb476619a337f1b308c5540ec3f365d /app/build.gradle
parent6abaf596e4db5a36057f6a8acf31b72f57a12e18 (diff)
downloadfrost-41b6765da8fb0c05dff8b339ca23b6a3d39839d9.tar.gz
frost-41b6765da8fb0c05dff8b339ca23b6a3d39839d9.tar.bz2
frost-41b6765da8fb0c05dff8b339ca23b6a3d39839d9.zip
Fix coroutine tests
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