Update build.gradle.kts

design: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Changed the configuration name to 'kapt' for these artifacts: 'com.github.bumptech.glide:compiler:4.15.1'.
This commit is contained in:
Stevenchou1898
2025-03-08 01:11:05 -08:00
committed by GitHub
parent bc9e642484
commit 21409439f7
+1 -1
View File
@@ -32,6 +32,6 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.github.bumptech.glide:glide:4.16.0")
annotationProcessor("com.github.bumptech.glide:compiler:4.15.1")
kapt("com.github.bumptech.glide:compiler:4.15.1")
}