Skip to content

Commit

Permalink
🐛 Add a missing dependency to Timber ext
Browse files Browse the repository at this point in the history
Added timber missing dep.
  • Loading branch information
vaclav.souhrada committed Oct 2, 2020
1 parent cd73e0e commit 083eb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kaal-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ dependencies {
implementation(Dependencies.Kotlin.coroutinesAndroid)

implementation(Dependencies.Android.lifecycleExtension)

// 3rd party
implementation(Dependencies.timberKtx)
compileOnly(Dependencies.retrofit)

// Tests
Expand Down

0 comments on commit 083eb6c

Please sign in to comment.