Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Update Kotlin, KSP and Compose Compiler #523

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidX-room = "2.6.1"
chucker = "4.0.0"
coil = "2.5.0"
glide = "4.16.0"
kotlin = "1.9.21"
kotlin = "1.9.22"
square-okHttp = "4.12.0"
square-retrofit = "2.10.0"
square-moshi = "1.15.0"
Expand All @@ -18,7 +18,7 @@ srl = "2.1.0"
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:1.9.21-1.0.16"
ksp = "com.google.devtools.ksp:1.9.22-1.0.16"
napt = "com.sergei-lapin.napt:1.19"
spotless = "com.diffplug.spotless:6.23.3"
detekt = "io.gitlab.arturbosch.detekt:1.23.4"
Expand All @@ -38,7 +38,7 @@ androidX-compose-foundation = { module = "androidx.compose.foundation:foundation
androidX-compose-icons-core = { module = "androidx.compose.material:material-icons-core" }
androidX-compose-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
# This isn't strictly used, but allows Renovate to see us using the Compose Compiler artifact
androidX-compose-compiler = "androidx.compose.compiler:compiler:1.5.7"
androidX-compose-compiler = "androidx.compose.compiler:compiler:1.5.8"

androidX-activity = { module = "androidx.activity:activity-ktx", version.ref = "androidX-activity" }
androidX-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidX-activity" }
Expand Down
Loading