From ce0ae639188dad9ca212667c59131c04de1ed575 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 18 Feb 2020 01:37:32 -0800 Subject: Add koin modules for pref injection --- sample/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sample/build.gradle') 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 } -- cgit v1.2.3