File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies {
128
128
// Hilt
129
129
implementation(libs.hilt.android.core)
130
130
implementation(libs.androidx.hilt.navigation.compose)
131
- kapt (libs.hilt.compiler)
131
+ ksp (libs.hilt.compiler)
132
132
133
133
// Jetpack Compose
134
134
val composeBom = platform(libs.androidx.compose.bom)
@@ -166,7 +166,7 @@ dependencies {
166
166
167
167
// JVM tests - Hilt
168
168
testImplementation(libs.hilt.android.testing)
169
- kaptTest (libs.hilt.compiler)
169
+ kspTest (libs.hilt.compiler)
170
170
171
171
// Dependencies for Android unit tests
172
172
androidTestImplementation(composeBom)
@@ -196,5 +196,5 @@ dependencies {
196
196
197
197
// AndroidX Test - Hilt testing
198
198
androidTestImplementation(libs.hilt.android.testing)
199
- kaptAndroidTest (libs.hilt.compiler)
199
+ kspAndroidTest (libs.hilt.compiler)
200
200
}
You can’t perform that action at this time.
0 commit comments