Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 6b7ac61 commit ee47773
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.10"
kotlin = "1.9.23"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
compose-compiler = "1.5.3"
room = "2.6.0"
Expand All @@ -9,7 +9,7 @@ lifecycle = "2.6.2"
hilt = "2.48.1"

[plugins]
ksp = "com.google.devtools.ksp:1.9.10-1.0.13"
ksp = "com.google.devtools.ksp:1.9.23-1.0.19"
gradle-doctor = "com.osacky.doctor:0.8.1"
gradle-buildtimetracker = "com.asarkar.gradle.build-time-tracker:4.3.0"
gradle-cachefix = "org.gradle.android.cache-fix:2.8.1"
Expand All @@ -21,9 +21,9 @@ gradle-android-plugin = "com.android.tools.build:gradle:8.1.2"

kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
kotlin-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
kotlin-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
kotlin-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0"
kotlin-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0"
kotlin-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"

javax-inject = "javax.inject:javax.inject:1"
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
Expand Down

0 comments on commit ee47773

Please sign in to comment.