Skip to content

Commit

Permalink
Introduce kapt compile avoidance
Browse files Browse the repository at this point in the history
  • Loading branch information
emartynov authored and florina-muntenescu committed Dec 18, 2019
1 parent cb96e91 commit 141b1cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.coroutines}"
kapt "com.github.bumptech.glide:compiler:${versions.glide}"
kapt "com.google.dagger:dagger-compiler:${versions.dagger}"
kapt "androidx.annotation:annotation:${versions.androidx}"
}

androidExtensions {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ kapt.incremental.apt=true
# Use kapt in parallel
kapt.use.worker.api=true

# Kapt compile avoidance
kapt.include.compile.classpath=false

# Design News API
designer_news_client_id = <your designer news client id>
designer_news_client_secret = <your designer news client secret>
Expand Down

0 comments on commit 141b1cd

Please sign in to comment.