mirror of
https://github.com/nickbutcher/plaid.git
synced 2026-03-13 08:31:10 +08:00
Introduce kapt compile avoidance
This commit is contained in:
committed by
Florina Muntenescu
parent
cb96e917d0
commit
141b1cd1ba
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user