Introduce kapt compile avoidance

This commit is contained in:
Eugen Martynov
2019-09-26 00:56:18 +02:00
committed by Florina Muntenescu
parent cb96e917d0
commit 141b1cd1ba
2 changed files with 4 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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>