Skip to content

Commit

Permalink
Update to Kotlin 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jun 29, 2023
1 parent ac140cb commit 2c3ba47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion "1.4.6"
kotlinCompilerExtensionVersion "1.4.8"
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
buildscript {
ext {
compose_version = '1.4.3'
kotlin_version = "1.8.21"
kotlin_version = "1.8.22"
}
repositories {
google()
Expand Down

0 comments on commit 2c3ba47

Please sign in to comment.