File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ dependencies {
56
56
implementation(deps.coroutines.android)
57
57
implementation(deps.koin.android)
58
58
59
+ debugImplementation(deps.squareup.leakCanary)
60
+
59
61
testImplementation(deps.test.junit)
60
62
androidTestImplementation(deps.test.androidxJunit)
61
63
androidTestImplementation(deps.test.androidXSspresso)
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ object deps {
43
43
const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9.0"
44
44
const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
45
45
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.11.0"
46
+ const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.7"
46
47
}
47
48
48
49
object coroutines {
You can’t perform that action at this time.
0 commit comments