diff --git a/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt index 6712b3fc8..87478a629 100644 --- a/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidHiltConventionPlugin.kt @@ -16,8 +16,8 @@ class AndroidHiltConventionPlugin : Plugin { val libs = extensions.getByType().named("libs") dependencies { - implementation(libs.findLibrary("dagger.hilt.android").get()) - ksp(libs.findLibrary("dagger.hilt.compiler").get()) + implementation(libs.findLibrary("dagger-hilt-android").get()) + ksp(libs.findLibrary("dagger-hilt-compiler").get()) } } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da83db14e..4da777859 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ kakao = "2.20.1" [libraries] # Android -android-desugar-jdk = "com.android.tools:desugar_jdk_libs:1.1.5" +android-desugar-jdk = "com.android.tools:desugar_jdk_libs:2.0.4" # Kotlin @@ -91,7 +91,6 @@ androidx-datastore-preferences = { module = "androidx.datastore:datastore-prefer androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } -androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidx-lifecycle" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-compiler = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" }