1616
1717plugins {
1818 id ' com.android.application'
19- id ' dagger.hilt.android.plugin '
19+ id ' com.google.devtools.ksp '
2020 id ' org.jetbrains.kotlin.plugin.compose'
21+ id ' dagger.hilt.android.plugin'
2122}
2223
2324// Reads the Google maps key that is used in the AndroidManifest
@@ -118,9 +119,9 @@ dependencies {
118119 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
119120 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
120121
121- implementation " com.google.dagger:hilt-android:2.59"
122- kapt " com.google.dagger:hilt-compiler:2.59"
123- kapt " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
122+ implementation " com.google.dagger:hilt-android:2.59.1 "
123+ ksp " com.google.dagger:hilt-compiler:2.59.1 "
124+ ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
124125
125126 implementation " io.coil-kt:coil-compose:2.7.0"
126127
@@ -131,8 +132,8 @@ dependencies {
131132 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
132133 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
133134 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
134- androidTestImplementation " com.google.dagger:hilt-android:2.59"
135- androidTestImplementation " com.google.dagger:hilt-android-testing:2.59"
136- kaptAndroidTest " com.google.dagger:hilt-compiler:2.59"
137- kaptAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
135+ androidTestImplementation " com.google.dagger:hilt-android:2.59.1 "
136+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.1 "
137+ kspAndroidTest " com.google.dagger:hilt-compiler:2.59.1 "
138+ kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
138139}
0 commit comments