Skip to content

Commit 8902874

Browse files
committed
Fix ksp compiler
1 parent caf50af commit 8902874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation(libs.androidx.constraintlayout)
5858

5959
implementation(libs.glide)
60-
ksp(libs.glide.compiler)
60+
ksp(libs.glide.ksp)
6161
}
6262

6363
afterEvaluate {

sample/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100

101101
// HILT
102102
implementation(libs.hilt.android)
103-
ksp(libs.hilt.compiler)
103+
ksp(libs.hilt.ksp)
104104

105105
// REFLECTION
106106
implementation(libs.kotlinx.reflect)

0 commit comments

Comments
 (0)