Upgrade Dagger to latest version

This commit is contained in:
Torsten Grote
2018-10-31 15:52:50 -03:00
parent cf616905d6
commit 3a15e47ddd
14 changed files with 90 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
implementation 'com.github.ajalt:clikt:1.5.0'
kapt 'com.google.dagger:dagger-compiler:2.0.2'
kapt 'com.google.dagger:dagger-compiler:2.19'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')