aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-18 01:37:32 -0800
committerAllan Wang <me@allanwang.ca>2020-02-18 01:37:32 -0800
commitce0ae639188dad9ca212667c59131c04de1ed575 (patch)
tree887d11c6f500226e7e8e23bd6c12db05d4d1cdc1 /sample/build.gradle
parentd66335b74b313c1d7a00059d7220303cb66534fc (diff)
downloadkau-ce0ae639188dad9ca212667c59131c04de1ed575.tar.gz
kau-ce0ae639188dad9ca212667c59131c04de1ed575.tar.bz2
kau-ce0ae639188dad9ca212667c59131c04de1ed575.zip
Add koin modules for pref injection
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 0ed7818..2bd5ba8 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -137,9 +137,11 @@ dependencies {
implementation project(':mediapicker')
implementation Dependencies.materialDialog("input")
+ implementation Dependencies.koin
testImplementation Dependencies.kotlinTest
testImplementation Dependencies.junit
+ testImplementation Dependencies.koinTest
androidTestImplementation Dependencies.kotlinTest
androidTestImplementation Dependencies.espresso
@@ -147,4 +149,5 @@ dependencies {
androidTestImplementation Dependencies.espresso("contrib")
androidTestImplementation Dependencies.testRules
androidTestImplementation Dependencies.testRunner
+ androidTestImplementation Dependencies.koinTest
}