aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 25361854..a869c7bf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -184,6 +184,12 @@ dependencies {
// TODO temp
implementation "org.jetbrains.anko:anko-commons:0.10.8"
+// implementation "org.koin:koin-android:${KOIN}"
+// testImplementation "org.koin:koin-test:${KOIN}"
+// androidTestImplementation "org.koin:koin-test:${KOIN}"
+
+// androidTestImplementation "io.mockk:mockk:${MOCKK}"
+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${COROUTINES}"
implementation "org.apache.commons:commons-text:${COMMONS_TEXT}"
@@ -220,6 +226,8 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:${OKHTTP}"
implementation "com.squareup.okhttp3:logging-interceptor:${OKHTTP}"
+ androidTestImplementation "com.squareup.okhttp3:mockwebserver:${OKHTTP}"
+
implementation "co.zsmb:materialdrawer-kt:${MATERIAL_DRAWER_KT}"