Skip to content

Commit

Permalink
Update Kotlin to 1.9.22 (#1109)
Browse files Browse the repository at this point in the history
* Update Kotlin to 1.9.22

* Update KSP

* Fix the version

* Update the compose example
  • Loading branch information
Bencodes authored Feb 16, 2024
1 parent b6c40aa commit 312f049
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/jetpack_compose/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

_COMPOSE_VERSION = "1.2.1"

_COMPOSE_COMPILER_VERSION = "1.4.7"
_COMPOSE_COMPILER_VERSION = "1.5.9"

_KOTLIN_COMPILER_VERSION = "1.8.21"
_KOTLIN_COMPILER_VERSION = "1.9.22"

_KOTLIN_COMPILER_SHA = "6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7"
_KOTLIN_COMPILER_SHA = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6"

# Setup Kotlin

Expand Down
8 changes: 4 additions & 4 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ versions = struct(
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
),
KOTLIN_CURRENT_COMPILER_RELEASE = version(
version = "1.9.20",
version = "1.9.22",
url_templates = [
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
],
sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0",
sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6",
),
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
version = "1.9.20-1.0.13",
version = "1.9.22-1.0.17",
url_templates = [
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
],
sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f",
sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e",
),
ANDROID = struct(
VERSION = "0.1.1",
Expand Down

0 comments on commit 312f049

Please sign in to comment.