Skip to content

Commit

Permalink
Update kotlin and compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Aug 10, 2024
1 parent 0f36eea commit 4e51a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
kotlinCompilerExtensionVersion = "1.5.15"
}
packaging {
resources {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.5.2"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
kotlin = "1.9.25"
ksp = "1.9.25-1.0.20"
hilt = "2.52"
core-ktx = "1.13.1"
junit = "4.13.2"
Expand Down

0 comments on commit 4e51a0a

Please sign in to comment.