Skip to content

Commit

Permalink
Make kapt in the search module also using cache
Browse files Browse the repository at this point in the history
  • Loading branch information
emartynov authored and nickbutcher committed Jul 4, 2019
1 parent 3752a88 commit eeb4b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions search/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ android {
}
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -50,3 +51,7 @@ dependencies {
kapt "com.google.dagger:dagger-compiler:${versions.dagger}"

}

kapt {
useBuildCache = true
}

0 comments on commit eeb4b51

Please sign in to comment.