Skip to content

Commit

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

* Update Jetpack Compose example
  • Loading branch information
Bencodes committed May 15, 2023
1 parent f36c3fa commit 515e2bb
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.4"
_COMPOSE_COMPILER_VERSION = "1.4.7"

_KOTLIN_COMPILER_VERSION = "1.8.10"
_KOTLIN_COMPILER_VERSION = "1.8.21"

_KOTLIN_COMPILER_SHA = "4c3fa7bc1bb9ef3058a2319d8bcc3b7196079f88e92fdcd8d304a46f4b6b5787"
_KOTLIN_COMPILER_SHA = "6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7"

# 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 @@ -56,18 +56,18 @@ versions = struct(
sha256 = "e0647f930f48583b35b7d52133119a3e5efdd9cf57384847bfe6241544fd0342",
),
KOTLIN_CURRENT_COMPILER_RELEASE = version(
version = "1.8.20",
version = "1.8.21",
url_templates = [
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
],
sha256 = "10df74c3c6e2eafd4c7a5572352d37cbe41774996e42de627023cb4c82b50ae4",
sha256 = "6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7",
),
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
version = "1.8.20-1.0.10",
version = "1.8.21-1.0.11",
url_templates = [
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
],
sha256 = "dfab77faeef894060b8065788fa0d70ea2d9026c8bd9f3028651cb3e742e9245",
sha256 = "81a609b48fddd4431bac2abe3570e36f79b1266672be30b581a0595c3fb2e615",
),
ANDROID = struct(
VERSION = "0.1.1",
Expand Down

0 comments on commit 515e2bb

Please sign in to comment.