Skip to content

Commit

Permalink
Update kotlin 1.8.1 to v1.9.0 (#1187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 5a46f26 commit 7dbcd57
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Complications/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-gradle-plugin = "8.6.0"
androidx-wear-watchface = "1.2.1"

org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
org-jetbrains-kotlinx = "1.9.0"

[libraries]
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-compose = "1.4.0"
compose-compiler = "1.5.15"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
org-jetbrains-kotlinx = "1.9.0"
horologist = "0.5.28"
compose-ui-tooling = "1.4.0"
robolectric = "4.13"
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-wear-watchface = "1.2.1"
compose = "1.5.0-beta01"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
org-jetbrains-kotlinx = "1.9.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.0"
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-compose = "1.4.0"
compose = "1.7.1"
compose-compiler = "1.5.15"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
org-jetbrains-kotlinx = "1.9.0"
ktlint = "0.50.0"
horologist = "0.6.12"
robolectric = "4.13"
Expand Down
2 changes: 1 addition & 1 deletion WearSpeakerSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ui-test-junit4 = "1.7.1"
ui-test-manifest = "1.7.1"
horologist = "0.5.28"
androidx-constraintlayout-compose = "1.0.1"
kotlinxCoroutine = "1.8.1"
kotlinxCoroutine = "1.9.0"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down
2 changes: 1 addition & 1 deletion WearTilesKotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ compose-compiler = "1.5.15"
horologist = "0.6.9"
ktlint = "0.50.0"
org-jetbrains-kotlin = "1.9.25"
org-jetbrains-kotlinx = "1.8.1"
org-jetbrains-kotlinx = "1.9.0"
tiles-tooling-preview = "1.4.0"

[libraries]
Expand Down

0 comments on commit 7dbcd57

Please sign in to comment.