We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf50af commit 8902874Copy full SHA for 8902874
library/build.gradle.kts
@@ -57,7 +57,7 @@ dependencies {
57
implementation(libs.androidx.constraintlayout)
58
59
implementation(libs.glide)
60
- ksp(libs.glide.compiler)
+ ksp(libs.glide.ksp)
61
}
62
63
afterEvaluate {
sample/build.gradle.kts
@@ -100,7 +100,7 @@ dependencies {
100
101
// HILT
102
implementation(libs.hilt.android)
103
- ksp(libs.hilt.compiler)
+ ksp(libs.hilt.ksp)
104
105
// REFLECTION
106
implementation(libs.kotlinx.reflect)
0 commit comments