From bb1dbf6caed00f47b9fe2ec937910d53ff250443 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Mon, 10 Apr 2023 22:14:42 -0700 Subject: [PATCH] Update the Jetpack Compose compiler to 1.8.10 --- examples/jetpack_compose/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/jetpack_compose/WORKSPACE b/examples/jetpack_compose/WORKSPACE index a94ee335e..8287088a6 100644 --- a/examples/jetpack_compose/WORKSPACE +++ b/examples/jetpack_compose/WORKSPACE @@ -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.0" +_COMPOSE_COMPILER_VERSION = "1.4.4" -_KOTLIN_COMPILER_VERSION = "1.8.0" +_KOTLIN_COMPILER_VERSION = "1.8.10" -_KOTLIN_COMPILER_SHA = "0bb9419fac9832a56a3a19cad282f8f2d6f1237d2d467dc8dfe9bd4a2a43c42e" +_KOTLIN_COMPILER_SHA = "4c3fa7bc1bb9ef3058a2319d8bcc3b7196079f88e92fdcd8d304a46f4b6b5787" # Setup Kotlin