The AGP build cache was removed in AGP 4.1. Previously introduced in AGP 2.3 to complement the Gradle build cache, the AGP build cache was superseded entirely by the Gradle build cache in AGP 4.1. This change does not impact build time.

This commit is contained in:
tzugen 2021-05-19 19:18:24 +02:00
parent 78e4a00476
commit 29a98c1263
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@ kotlin.incremental=true
kotlin.caching.enabled=true
kotlin.incremental.usePreciseJavaTracking=true
android.enableBuildCache=true
android.useAndroidX=true
android.enableJetifier=true