Skip to content

Commit 312f049

Browse files
authored
Update Kotlin to 1.9.22 (bazelbuild#1109)
* Update Kotlin to 1.9.22 * Update KSP * Fix the version * Update the compose example
1 parent b6c40aa commit 312f049

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/jetpack_compose/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
_COMPOSE_VERSION = "1.2.1"
44

5-
_COMPOSE_COMPILER_VERSION = "1.4.7"
5+
_COMPOSE_COMPILER_VERSION = "1.5.9"
66

7-
_KOTLIN_COMPILER_VERSION = "1.8.21"
7+
_KOTLIN_COMPILER_VERSION = "1.9.22"
88

9-
_KOTLIN_COMPILER_SHA = "6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7"
9+
_KOTLIN_COMPILER_SHA = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6"
1010

1111
# Setup Kotlin
1212

src/main/starlark/core/repositories/versions.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ versions = struct(
6161
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
6262
),
6363
KOTLIN_CURRENT_COMPILER_RELEASE = version(
64-
version = "1.9.20",
64+
version = "1.9.22",
6565
url_templates = [
6666
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
6767
],
68-
sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0",
68+
sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6",
6969
),
7070
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
71-
version = "1.9.20-1.0.13",
71+
version = "1.9.22-1.0.17",
7272
url_templates = [
7373
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
7474
],
75-
sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f",
75+
sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e",
7676
),
7777
ANDROID = struct(
7878
VERSION = "0.1.1",

0 commit comments

Comments
 (0)