Merge pull request #79 from kirmanak/glide-ksp
Replace Glide kapt with Glide KSP
This commit is contained in:
@@ -10,6 +10,7 @@ plugins {
|
||||
id("dagger.hilt.android.plugin")
|
||||
id("com.google.gms.google-services")
|
||||
id("com.google.firebase.crashlytics")
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.appsweep)
|
||||
}
|
||||
|
||||
@@ -101,7 +102,7 @@ dependencies {
|
||||
// Excludes the support library because it's already included by Glide.
|
||||
isTransitive = false
|
||||
}
|
||||
kapt(libs.bumptech.glide.compiler)
|
||||
ksp(libs.bumptech.glide.ksp)
|
||||
|
||||
implementation(libs.kirich1409.viewBinding)
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ okhttp3-loggingInterceptor = { group = "com.squareup.okhttp3", name = "logging-i
|
||||
bumptech-glide-glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
||||
bumptech-glide-okhttp3 = { group = "com.github.bumptech.glide", name = "okhttp3-integration", version.ref = "glide" }
|
||||
bumptech-glide-recyclerview = { group = "com.github.bumptech.glide", name = "recyclerview-integration", version.ref = "glide" }
|
||||
bumptech-glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
|
||||
bumptech-glide-ksp = { group = "com.github.bumptech.glide", name = "ksp", version.ref = "glide" }
|
||||
|
||||
kirich1409-viewBinding = { group = "com.github.kirich1409", name = "viewbindingpropertydelegate-noreflection", version.ref = "viewBindingDelegate" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user