Skip to content

Commit

Permalink
Update to desugar_jdk_libs 2.0.4 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored May 30, 2024
1 parent a855f69 commit c93c70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class AndroidHiltConventionPlugin : Plugin<Project> {

val libs = extensions.getByType<VersionCatalogsExtension>().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())
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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" }

Expand Down

0 comments on commit c93c70c

Please sign in to comment.