From 2640276c19f8bfabfaccc4f0963f43e6edc8a3b7 Mon Sep 17 00:00:00 2001 From: "Nebojsa.Vuksic" Date: Thu, 20 Nov 2025 12:57:40 +0100 Subject: [PATCH] [jewel] JEWEL-1139 Upgrade Compose Multiplatform platform libraries to version 1.10.0-beta01 closes https://github.com/JetBrains/intellij-community/pull/3307 (cherry picked from commit 472384cafd7dc3fe74a679d6fe50fe0938bc473b) IJ-MR-183214 GitOrigin-RevId: 998106f96f28c24201f250b2b2b69390cb276c07 --- lib/BUILD.bazel | 206 +++++---- lib/MODULE.bazel | 422 ++++++++++-------- ...aries.compose.foundation.desktop.junit.iml | 27 +- ...j.libraries.compose.foundation.desktop.iml | 135 +++--- .../module-content.yaml | 1 + libraries/compose-runtime-desktop/BUILD.bazel | 2 + ...llij.libraries.compose.runtime.desktop.iml | 92 ++-- .../module-content.yaml | 4 +- libraries/skiko/intellij.libraries.skiko.iml | 22 +- .../build/CommunityLibraryLicenses.kt | 4 + platform/jewel/foundation/api-dump.txt | 2 + platform/jewel/gradle/libs.versions.toml | 2 +- 12 files changed, 500 insertions(+), 419 deletions(-) diff --git a/lib/BUILD.bazel b/lib/BUILD.bazel index f1eb13ad1c09..5f22650d73f7 100644 --- a/lib/BUILD.bazel +++ b/lib/BUILD.bazel @@ -4676,100 +4676,107 @@ jvm_import( java_library( name = "libraries-compose-foundation-desktop-compose-foundation-desktop", exports = [ - ":org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01_http_import", - ":androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03_http_import", - ":androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03_http_import", - ":org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01_http_import", - ":org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01_http_import", + ":org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01_http_import", + ":androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http_import", + ":androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http_import", + ":androidx_navigationevent-navigationevent-desktop-1_0_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01_http_import", ":org_jetbrains_kotlinx-atomicfu-jvm-0_23_2_http_import", ], visibility = ["//visibility:public"] ) jvm_import( - name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03_http_import", - jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03_http//file", - source_jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03_http//file" + name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http_import", + jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http//file", + source_jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http//file" ) jvm_import( - name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03_http_import", - jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03_http//file", - source_jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03_http//file" + name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http_import", + jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http//file", + source_jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01_http//file" + name = "androidx_navigationevent-navigationevent-desktop-1_0_0-beta01_http_import", + jar = "@androidx_navigationevent-navigationevent-desktop-1_0_0-beta01_http//file", + source_jar = "@androidx_navigationevent-navigationevent-desktop-1_0_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01_http_import", - jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01_http//file" + name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01_http//file" +) + +jvm_import( + name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01_http//file" ) jvm_import( @@ -4781,39 +4788,39 @@ jvm_import( java_library( name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test-junit4-desktop", exports = [ - ":org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03_http_import", - ":org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03_http_import", + ":org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01_http_import", + ":org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01_http_import", ], visibility = ["//visibility:public"] ) jvm_import( - name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03_http_import", - jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03_http//file" + name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03_http_import", - jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03_http//file", - source_jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03_http//file" + name = "org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01_http_import", + jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01_http//file", + source_jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01_http//file" ) java_library( name = "libraries-compose-runtime-desktop-androidx-compose-runtime-desktop", exports = [ - ":androidx_compose_runtime-runtime-desktop-1_10_0-alpha02_http_import", + ":androidx_compose_runtime-runtime-desktop-1_10_0-beta01_http_import", ":androidx_collection-collection-jvm-1_5_0_http_import", ":androidx_annotation-annotation-jvm-1_9_1_http_import", - ":androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02_http_import", + ":androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01_http_import", ], visibility = ["//visibility:public"] ) jvm_import( - name = "androidx_compose_runtime-runtime-desktop-1_10_0-alpha02_http_import", - jar = "@androidx_compose_runtime-runtime-desktop-1_10_0-alpha02_http//file", - source_jar = "@androidx_compose_runtime-runtime-desktop-1_10_0-alpha02_http//file" + name = "androidx_compose_runtime-runtime-desktop-1_10_0-beta01_http_import", + jar = "@androidx_compose_runtime-runtime-desktop-1_10_0-beta01_http//file", + source_jar = "@androidx_compose_runtime-runtime-desktop-1_10_0-beta01_http//file" ) jvm_import( @@ -4829,20 +4836,27 @@ jvm_import( ) jvm_import( - name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02_http_import", - jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02_http//file", - source_jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02_http//file" + name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01_http_import", + jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01_http//file", + source_jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01_http//file" +) + +jvm_import( + name = "libraries-compose-runtime-desktop-androidx-compose-runtime-retain-desktop", + jar = "@androidx_compose_runtime-runtime-retain-desktop-1_10_0-beta01_http//file", + source_jar = "@androidx_compose_runtime-runtime-retain-desktop-1_10_0-beta01_http//file", + visibility = ["//visibility:public"] ) java_library( name = "libraries-compose-runtime-desktop-androidx-compose-runtime-saveable-desktop", exports = [ - ":androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02_http_import", - ":androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03_http_import", - ":androidx_savedstate-savedstate-desktop-1_4_0-alpha03_http_import", - ":androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03_http_import", - ":androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03_http_import", - ":androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03_http_import", + ":androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01_http_import", + ":androidx_savedstate-savedstate-compose-desktop-1_3_2_http_import", + ":androidx_savedstate-savedstate-desktop-1_3_2_http_import", + ":androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http_import", + ":androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http_import", + ":androidx_lifecycle-lifecycle-common-jvm-2_9_4_http_import", ":org_jspecify-jspecify-1_0_0_http_import", ":androidx_arch_core-core-common-2_2_0_http_import", ":androidx_annotation-annotation-1_1_0_http_import", @@ -4851,39 +4865,39 @@ java_library( ) jvm_import( - name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02_http_import", - jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02_http//file", - source_jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02_http//file" + name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01_http_import", + jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01_http//file", + source_jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01_http//file" ) jvm_import( - name = "androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03_http_import", - jar = "@androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03_http//file", - source_jar = "@androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03_http//file" + name = "androidx_savedstate-savedstate-compose-desktop-1_3_2_http_import", + jar = "@androidx_savedstate-savedstate-compose-desktop-1_3_2_http//file", + source_jar = "@androidx_savedstate-savedstate-compose-desktop-1_3_2_http//file" ) jvm_import( - name = "androidx_savedstate-savedstate-desktop-1_4_0-alpha03_http_import", - jar = "@androidx_savedstate-savedstate-desktop-1_4_0-alpha03_http//file", - source_jar = "@androidx_savedstate-savedstate-desktop-1_4_0-alpha03_http//file" + name = "androidx_savedstate-savedstate-desktop-1_3_2_http_import", + jar = "@androidx_savedstate-savedstate-desktop-1_3_2_http//file", + source_jar = "@androidx_savedstate-savedstate-desktop-1_3_2_http//file" ) jvm_import( - name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03_http_import", - jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03_http//file", - source_jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03_http//file" + name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http_import", + jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http//file", + source_jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http//file" ) jvm_import( - name = "androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03_http_import", - jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03_http//file", - source_jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03_http//file" + name = "androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http_import", + jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http//file", + source_jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http//file" ) jvm_import( - name = "androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03_http_import", - jar = "@androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03_http//file", - source_jar = "@androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03_http//file" + name = "androidx_lifecycle-lifecycle-common-jvm-2_9_4_http_import", + jar = "@androidx_lifecycle-lifecycle-common-jvm-2_9_4_http//file", + source_jar = "@androidx_lifecycle-lifecycle-common-jvm-2_9_4_http//file" ) jvm_import( @@ -5205,15 +5219,15 @@ jvm_import( jvm_import( name = "libraries-skiko-jetbrains-skiko-awt-compose", - jar = "@org_jetbrains_skiko-skiko-awt-0_9_24_http//file", - source_jar = "@org_jetbrains_skiko-skiko-awt-0_9_24_http//file", + jar = "@org_jetbrains_skiko-skiko-awt-0_9_30_http//file", + source_jar = "@org_jetbrains_skiko-skiko-awt-0_9_30_http//file", visibility = ["//visibility:public"] ) jvm_import( name = "libraries-skiko-jetbrains-skiko-awt-runtime-all", - jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_24_http//file", - source_jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_24_http//file", + jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_30_http//file", + source_jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_30_http//file", visibility = ["//visibility:public"] ) diff --git a/lib/MODULE.bazel b/lib/MODULE.bazel index 7a2a09dd2145..b2aedcaab2b3 100644 --- a/lib/MODULE.bazel +++ b/lib/MODULE.bazel @@ -6790,94 +6790,101 @@ http_file( ) http_file( - name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-desktop/1.10.0-alpha01/foundation-desktop-1.10.0-alpha01.jar", - sha256 = "b80d47930826b2f2d68dd98aa320934a1272f78882df602c707f736e38bf5a0f", - downloaded_file_path = "foundation-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-desktop/1.10.0-beta01/foundation-desktop-1.10.0-beta01.jar", + sha256 = "ef70b786c9444735bd634c1e2d224d1511a39bd134afb123e8f408679244b563", + downloaded_file_path = "foundation-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-desktop/1.10.0-alpha01/animation-desktop-1.10.0-alpha01.jar", - sha256 = "a2e07e9fd2ea1aff5aecb8b4b7ded4a52cee237188cb64830b84597c9f4af322", - downloaded_file_path = "animation-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-desktop/1.10.0-beta01/animation-desktop-1.10.0-beta01.jar", + sha256 = "4aab9a942a0bf3cef4b1c01451dbc13c2e30a9289c87c4fe416663d808e920fb", + downloaded_file_path = "animation-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-core-desktop/1.10.0-alpha01/animation-core-desktop-1.10.0-alpha01.jar", - sha256 = "4819d91d33c771ef6752f4b1ff64fdd1c2b9c6db3f5bb8bafc37df5c2b0331df", - downloaded_file_path = "animation-core-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-core-desktop/1.10.0-beta01/animation-core-desktop-1.10.0-beta01.jar", + sha256 = "530c042dcb2861382ed4d4a039f026c718b1d7c1b3cbbda58b12d26ba86683e3", + downloaded_file_path = "animation-core-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-geometry-desktop/1.10.0-alpha01/ui-geometry-desktop-1.10.0-alpha01.jar", - sha256 = "0446895b0adfb065c874e67f52720a32553c366441d77be7928890029dafb575", - downloaded_file_path = "ui-geometry-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-geometry-desktop/1.10.0-beta01/ui-geometry-desktop-1.10.0-beta01.jar", + sha256 = "cdbfdabccac8abef2d9bc0420ec0c4be7a880f6d26b2d1cc4e2317c0d252ee27", + downloaded_file_path = "ui-geometry-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-layout-desktop/1.10.0-alpha01/foundation-layout-desktop-1.10.0-alpha01.jar", - sha256 = "ccfeea9b750eef5b4220afdbb10b61eed074047aa5f377cde9fab8e11dccaab8", - downloaded_file_path = "foundation-layout-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-layout-desktop/1.10.0-beta01/foundation-layout-desktop-1.10.0-beta01.jar", + sha256 = "6d38e4de37bcc3adeadf595d559e9cb73a215c763f8127fe780c820faf6a789b", + downloaded_file_path = "foundation-layout-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.10.0-alpha01/ui-desktop-1.10.0-alpha01.jar", - sha256 = "d8612fa6e3057405c60376a5d82c3f219615ac4b5366a015007e6250c907ddc5", - downloaded_file_path = "ui-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.10.0-beta01/ui-desktop-1.10.0-beta01.jar", + sha256 = "e4c01eefc1ec2d5a6f0e643f50865b56022b564cdcb0bbc122a64b692cb65d89", + downloaded_file_path = "ui-desktop-1.10.0-beta01.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-desktop/2.10.0-alpha03/lifecycle-viewmodel-desktop-2.10.0-alpha03.jar", - sha256 = "2a8f84ee79b911fab52ca9b05ce9c29be0d549190104d76c0ff872fbc35973c2", - downloaded_file_path = "lifecycle-viewmodel-desktop-2.10.0-alpha03.jar" + name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-desktop/2.9.4/lifecycle-viewmodel-desktop-2.9.4.jar", + sha256 = "98f816be6869407c87d46058756f97780fa6c6cf61acdba97216f413731af15d", + downloaded_file_path = "lifecycle-viewmodel-desktop-2.9.4.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-savedstate-desktop/2.10.0-alpha03/lifecycle-viewmodel-savedstate-desktop-2.10.0-alpha03.jar", - sha256 = "8b3ba228bfad901f84d3ed8da538967732038c082eb3caace9dc0a4e26f3b710", - downloaded_file_path = "lifecycle-viewmodel-savedstate-desktop-2.10.0-alpha03.jar" + name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-savedstate-desktop/2.9.4/lifecycle-viewmodel-savedstate-desktop-2.9.4.jar", + sha256 = "3e0b44e2514eafdd6938d5457d9f46e4785077c45d3b4364b5c23c4dcb93efd3", + downloaded_file_path = "lifecycle-viewmodel-savedstate-desktop-2.9.4.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-backhandler-desktop/1.10.0-alpha01/ui-backhandler-desktop-1.10.0-alpha01.jar", - sha256 = "d4a9d720f194052ffcc64e061115cdee60d92216ec872a4b88afb007b827f96f", - downloaded_file_path = "ui-backhandler-desktop-1.10.0-alpha01.jar" + name = "androidx_navigationevent-navigationevent-desktop-1_0_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/navigationevent/navigationevent-desktop/1.0.0-beta01/navigationevent-desktop-1.0.0-beta01.jar", + sha256 = "8283896d87f6d3e21dd5b12785e6c7ca3b7f15cbc4d0391b20ad23e54b520515", + downloaded_file_path = "navigationevent-desktop-1.0.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-graphics-desktop/1.10.0-alpha01/ui-graphics-desktop-1.10.0-alpha01.jar", - sha256 = "26e91a6cd8b943451d2e8c040386fc06046f0fe81a83ed059521560e3b4a2162", - downloaded_file_path = "ui-graphics-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-backhandler-desktop/1.10.0-beta01/ui-backhandler-desktop-1.10.0-beta01.jar", + sha256 = "08a4ac21eca159e16e959ae27f9431b33ecf8f0fc88bcc7499edd21d340de7a5", + downloaded_file_path = "ui-backhandler-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-unit-desktop/1.10.0-alpha01/ui-unit-desktop-1.10.0-alpha01.jar", - sha256 = "689c82faa2a532aa92fe5ac0401302125fa53f4464c80d6bcfd9daabe776096d", - downloaded_file_path = "ui-unit-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-graphics-desktop/1.10.0-beta01/ui-graphics-desktop-1.10.0-beta01.jar", + sha256 = "80f61d974f2ddac95084738f0f18e8c0f6c1923b4bf8cc6a9245b1376c8c992f", + downloaded_file_path = "ui-graphics-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-text-desktop/1.10.0-alpha01/ui-text-desktop-1.10.0-alpha01.jar", - sha256 = "8d9b30aa5c5ca09b51b59892343c938726d2b8605fa748e418d4beadbedc160b", - downloaded_file_path = "ui-text-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-unit-desktop/1.10.0-beta01/ui-unit-desktop-1.10.0-beta01.jar", + sha256 = "f0f3439928b3d9132f07cb2d7a86091696372ebc8354d16b48830b6ce15e8161", + downloaded_file_path = "ui-unit-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-util-desktop/1.10.0-alpha01/ui-util-desktop-1.10.0-alpha01.jar", - sha256 = "6c046e3a41437eef67856a4a2964d4158401f2849e8e50ef4f9b6e3e6d8343d5", - downloaded_file_path = "ui-util-desktop-1.10.0-alpha01.jar" + name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-text-desktop/1.10.0-beta01/ui-text-desktop-1.10.0-beta01.jar", + sha256 = "2d230e78f7160cc2dbcf5c2bd2824ee43832b26e40d01ddfe862c0236c37c8f0", + downloaded_file_path = "ui-text-desktop-1.10.0-beta01.jar" +) + +http_file( + name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-util-desktop/1.10.0-beta01/ui-util-desktop-1.10.0-beta01.jar", + sha256 = "7bfc93a8cad2974cdfd5a2c817e3083e0e3c48ef99e4dbba51eb98a14c92ed2d", + downloaded_file_path = "ui-util-desktop-1.10.0-beta01.jar" ) http_file( @@ -6888,94 +6895,101 @@ http_file( ) http_file( - name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-desktop/1.10.0-alpha01/foundation-desktop-1.10.0-alpha01-sources.jar", - sha256 = "5b3eae266f1abc488919afe055483833068951d0d2d51edb4695eee2957ea8fe", - downloaded_file_path = "foundation-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-desktop/1.10.0-beta01/foundation-desktop-1.10.0-beta01-sources.jar", + sha256 = "dd76b4fd1244015372cc4d1f691ca7cb758a4351ae751dc5dbd0153d1cca6541", + downloaded_file_path = "foundation-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-desktop/1.10.0-alpha01/animation-desktop-1.10.0-alpha01-sources.jar", - sha256 = "9d62a600b9f01de6d6e79f42e4d3442a7b9640afa9f9c8f5d2416e7198d46536", - downloaded_file_path = "animation-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_animation-animation-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-desktop/1.10.0-beta01/animation-desktop-1.10.0-beta01-sources.jar", + sha256 = "0d943968c276ee5576dfdb60d17eefc7c771c23e1e4e205b465563947ddb3fe6", + downloaded_file_path = "animation-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-core-desktop/1.10.0-alpha01/animation-core-desktop-1.10.0-alpha01-sources.jar", - sha256 = "3670839cd23f441c048b44e975f13c058d5869430c48bcf21e9dac2d0d5ccb79", - downloaded_file_path = "animation-core-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/animation/animation-core-desktop/1.10.0-beta01/animation-core-desktop-1.10.0-beta01-sources.jar", + sha256 = "204ebac31edbf5877f5e6c5c63e366adf003a195f96cde8bd5ae41887bdf2fd1", + downloaded_file_path = "animation-core-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-geometry-desktop/1.10.0-alpha01/ui-geometry-desktop-1.10.0-alpha01-sources.jar", + name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-geometry-desktop/1.10.0-beta01/ui-geometry-desktop-1.10.0-beta01-sources.jar", sha256 = "4d1dab1b80fc0a3a71db085c6cdfb7957a14f58e23686f2963a53968e51197d1", - downloaded_file_path = "ui-geometry-desktop-1.10.0-alpha01-sources.jar" + downloaded_file_path = "ui-geometry-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-layout-desktop/1.10.0-alpha01/foundation-layout-desktop-1.10.0-alpha01-sources.jar", - sha256 = "82a8bf3b81996d360a5e864de9a976cc30f903c9fa501f8cd96c143630e32069", - downloaded_file_path = "foundation-layout-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/foundation/foundation-layout-desktop/1.10.0-beta01/foundation-layout-desktop-1.10.0-beta01-sources.jar", + sha256 = "f0b93337e1a23d70b71252d383a10912ec761b9bf08db099dc92223ef134e326", + downloaded_file_path = "foundation-layout-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.10.0-alpha01/ui-desktop-1.10.0-alpha01-sources.jar", - sha256 = "2c29da17544c94debcfc1363418e30dc1decfc660e8e5b8aa6755aebf16f28bc", - downloaded_file_path = "ui-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_ui-ui-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.10.0-beta01/ui-desktop-1.10.0-beta01-sources.jar", + sha256 = "e5341e9f908f9cb59fbcd71a44ac24ce77a13ffcd38880f0de39347a53169bb2", + downloaded_file_path = "ui-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_10_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-desktop/2.10.0-alpha03/lifecycle-viewmodel-desktop-2.10.0-alpha03-sources.jar", - sha256 = "7fb1765e2911a57e8ba09e71f7231fda26e156f46731650aaf7004ecd3a1f0d5", - downloaded_file_path = "lifecycle-viewmodel-desktop-2.10.0-alpha03-sources.jar" + name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-desktop/2.9.4/lifecycle-viewmodel-desktop-2.9.4-sources.jar", + sha256 = "71307177192a0d228f7573847e72693e117316924d0bb5b898dee56284ed986b", + downloaded_file_path = "lifecycle-viewmodel-desktop-2.9.4-sources.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_10_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-savedstate-desktop/2.10.0-alpha03/lifecycle-viewmodel-savedstate-desktop-2.10.0-alpha03-sources.jar", - sha256 = "fe6412547f262acc1f9bdf29c42ff12957003151b3eea0a62136bdeb95560866", - downloaded_file_path = "lifecycle-viewmodel-savedstate-desktop-2.10.0-alpha03-sources.jar" + name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-viewmodel-savedstate-desktop/2.9.4/lifecycle-viewmodel-savedstate-desktop-2.9.4-sources.jar", + sha256 = "ea63728f21ca7c883055061f3a40f8a1f5e0f356d31ac6b972d770fc43a6f249", + downloaded_file_path = "lifecycle-viewmodel-savedstate-desktop-2.9.4-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-backhandler-desktop/1.10.0-alpha01/ui-backhandler-desktop-1.10.0-alpha01-sources.jar", - sha256 = "fadddec18665bd2393cf845b68c412b648f4be78f31de9a73498df66d33a05ea", - downloaded_file_path = "ui-backhandler-desktop-1.10.0-alpha01-sources.jar" + name = "androidx_navigationevent-navigationevent-desktop-1_0_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/navigationevent/navigationevent-desktop/1.0.0-beta01/navigationevent-desktop-1.0.0-beta01-sources.jar", + sha256 = "3ef2c9305d21ee61de3b8ad78b9a13a49da69b267e5d8fa1109ca793fab503bb", + downloaded_file_path = "navigationevent-desktop-1.0.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-graphics-desktop/1.10.0-alpha01/ui-graphics-desktop-1.10.0-alpha01-sources.jar", - sha256 = "a475e514bb3359ec749fa3d340412bdef5928fc6c1405d8489fa8f78e85ce616", - downloaded_file_path = "ui-graphics-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-backhandler-desktop/1.10.0-beta01/ui-backhandler-desktop-1.10.0-beta01-sources.jar", + sha256 = "38dbbb0950845a8c579436ecc5aa1088010f60fc05bb7ae8e1c2679cb7985c82", + downloaded_file_path = "ui-backhandler-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-unit-desktop/1.10.0-alpha01/ui-unit-desktop-1.10.0-alpha01-sources.jar", + name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-graphics-desktop/1.10.0-beta01/ui-graphics-desktop-1.10.0-beta01-sources.jar", + sha256 = "8e3f0c5b16e00288525c33d0a1ff2670ebafd18965088f8f85dbc7fdcbdf9efe", + downloaded_file_path = "ui-graphics-desktop-1.10.0-beta01-sources.jar" +) + +http_file( + name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-unit-desktop/1.10.0-beta01/ui-unit-desktop-1.10.0-beta01-sources.jar", sha256 = "15ede27bb6b61eca953cd7b8ade31c544f17b8f859e6e5d26b5aaaec69cd3003", - downloaded_file_path = "ui-unit-desktop-1.10.0-alpha01-sources.jar" + downloaded_file_path = "ui-unit-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-text-desktop/1.10.0-alpha01/ui-text-desktop-1.10.0-alpha01-sources.jar", - sha256 = "914b9f706aa05ef94dd0b6ca616aea5dfb2ff65a9845f6802ca305144c6464bc", - downloaded_file_path = "ui-text-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-text-desktop/1.10.0-beta01/ui-text-desktop-1.10.0-beta01-sources.jar", + sha256 = "e48a07e509c21861d973f03db9902fa0eb938fbbe821d0650242d8a16b1c551d", + downloaded_file_path = "ui-text-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-alpha01-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-util-desktop/1.10.0-alpha01/ui-util-desktop-1.10.0-alpha01-sources.jar", - sha256 = "e9aca27e0526d5436cc8b9517fef22c09cc44afa9f96fce7d8973598bab71b25", - downloaded_file_path = "ui-util-desktop-1.10.0-alpha01-sources.jar" + name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-util-desktop/1.10.0-beta01/ui-util-desktop-1.10.0-beta01-sources.jar", + sha256 = "5e59da26d188b62085ca7cebbccd834324c7062332fed53b1408281a62e4764f", + downloaded_file_path = "ui-util-desktop-1.10.0-beta01-sources.jar" ) http_file( @@ -6986,38 +7000,38 @@ http_file( ) http_file( - name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-junit4-desktop/1.9.0-beta03/ui-test-junit4-desktop-1.9.0-beta03.jar", - sha256 = "7d1244618abff60a17ba0c596cb13addeff74664acc8400d2b785bbd8ee66b52", - downloaded_file_path = "ui-test-junit4-desktop-1.9.0-beta03.jar" + name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-junit4-desktop/1.10.0-beta01/ui-test-junit4-desktop-1.10.0-beta01.jar", + sha256 = "de2f63543b8f646b85c789e3bf53121e4e6d89d3c7c0afc0358954cc27316a71", + downloaded_file_path = "ui-test-junit4-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-desktop/1.9.0-beta03/ui-test-desktop-1.9.0-beta03.jar", - sha256 = "f25e0e5b778c6cb67c66f5bbb4c327f103ebddeac6ddf09a6f48bc900577e672", - downloaded_file_path = "ui-test-desktop-1.9.0-beta03.jar" + name = "org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-desktop/1.10.0-beta01/ui-test-desktop-1.10.0-beta01.jar", + sha256 = "65e46ce4ce2291ed0cead9d184ef96d8e10e31770e23901f71deadde6be72b2e", + downloaded_file_path = "ui-test-desktop-1.10.0-beta01.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_9_0-beta03-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-junit4-desktop/1.9.0-beta03/ui-test-junit4-desktop-1.9.0-beta03-sources.jar", - sha256 = "4e902e5ac4e02a33101830c34f884feeba340ed01c4197bc80c0ccffd5eb97d3", - downloaded_file_path = "ui-test-junit4-desktop-1.9.0-beta03-sources.jar" + name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-junit4-desktop/1.10.0-beta01/ui-test-junit4-desktop-1.10.0-beta01-sources.jar", + sha256 = "68c9f917539c2f29ae45ba1a0d79a487491be7c32df7d3abc305c61e50e3ce75", + downloaded_file_path = "ui-test-junit4-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "org_jetbrains_compose_ui-ui-test-desktop-1_9_0-beta03-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-desktop/1.9.0-beta03/ui-test-desktop-1.9.0-beta03-sources.jar", - sha256 = "e05af8ed3ebd06b2a482adfc64ed7f2db7764d4af6e73f606b9ae3778b5b8150", - downloaded_file_path = "ui-test-desktop-1.9.0-beta03-sources.jar" + name = "org_jetbrains_compose_ui-ui-test-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-test-desktop/1.10.0-beta01/ui-test-desktop-1.10.0-beta01-sources.jar", + sha256 = "417d24fdb305a66840f9c60f0b298769751e9d54104ef12b8832c97d4950f3da", + downloaded_file_path = "ui-test-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "androidx_compose_runtime-runtime-desktop-1_10_0-alpha02_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-desktop/1.10.0-alpha02/runtime-desktop-1.10.0-alpha02.jar", - sha256 = "63f2c95fcb64a90370d064d2fc32e7db36e044b6c39476c519a3579c877ae734", - downloaded_file_path = "runtime-desktop-1.10.0-alpha02.jar" + name = "androidx_compose_runtime-runtime-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-desktop/1.10.0-beta01/runtime-desktop-1.10.0-beta01.jar", + sha256 = "d35610a718146c6623f1dc99bb03d33080da1d139325c7d18c81649061085353", + downloaded_file_path = "runtime-desktop-1.10.0-beta01.jar" ) http_file( @@ -7035,17 +7049,17 @@ http_file( ) http_file( - name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-annotation-jvm/1.10.0-alpha02/runtime-annotation-jvm-1.10.0-alpha02.jar", + name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-annotation-jvm/1.10.0-beta01/runtime-annotation-jvm-1.10.0-beta01.jar", sha256 = "f89dda8bcd73876d0fc16568844b2bd79443ee7ca62810874d25c7dcaa394bd6", - downloaded_file_path = "runtime-annotation-jvm-1.10.0-alpha02.jar" + downloaded_file_path = "runtime-annotation-jvm-1.10.0-beta01.jar" ) http_file( - name = "androidx_compose_runtime-runtime-desktop-1_10_0-alpha02-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-desktop/1.10.0-alpha02/runtime-desktop-1.10.0-alpha02-sources.jar", - sha256 = "08321869ea98c93e9cb6f1f959f2a9bc6c625375336fba3ed0d8a03dc0d92a23", - downloaded_file_path = "runtime-desktop-1.10.0-alpha02-sources.jar" + name = "androidx_compose_runtime-runtime-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-desktop/1.10.0-beta01/runtime-desktop-1.10.0-beta01-sources.jar", + sha256 = "0c12cf9df40a611ec595ce7c5b66a559bb8372f329420354c648094058d09b7d", + downloaded_file_path = "runtime-desktop-1.10.0-beta01-sources.jar" ) http_file( @@ -7063,52 +7077,66 @@ http_file( ) http_file( - name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-alpha02-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-annotation-jvm/1.10.0-alpha02/runtime-annotation-jvm-1.10.0-alpha02-sources.jar", - sha256 = "8728415f226326859d563f6ed2591e10e6a5d25486e2efc0af4937a1e944e353", - downloaded_file_path = "runtime-annotation-jvm-1.10.0-alpha02-sources.jar" + name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-annotation-jvm/1.10.0-beta01/runtime-annotation-jvm-1.10.0-beta01-sources.jar", + sha256 = "272b2b47cf1d938a66fa4c92e73ab8820c91f9c0d07208050aa5986988bc73b9", + downloaded_file_path = "runtime-annotation-jvm-1.10.0-beta01-sources.jar" ) http_file( - name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-saveable-desktop/1.10.0-alpha02/runtime-saveable-desktop-1.10.0-alpha02.jar", - sha256 = "edfb532b388995b5147936b9342936d4f202c8bb70b1022b6251d365680c7909", - downloaded_file_path = "runtime-saveable-desktop-1.10.0-alpha02.jar" + name = "androidx_compose_runtime-runtime-retain-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-retain-desktop/1.10.0-beta01/runtime-retain-desktop-1.10.0-beta01.jar", + sha256 = "e673e7bd810699399fe967675e8f24f3502ef8c9a967ee695b79d4649ef31908", + downloaded_file_path = "runtime-retain-desktop-1.10.0-beta01.jar" ) http_file( - name = "androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-compose-desktop/1.4.0-alpha03/savedstate-compose-desktop-1.4.0-alpha03.jar", - sha256 = "c02a98b0c2b35cdde245c0bfe6e7ff453c7b6d06a5eb8681d25b7f54b874ea48", - downloaded_file_path = "savedstate-compose-desktop-1.4.0-alpha03.jar" + name = "androidx_compose_runtime-runtime-retain-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-retain-desktop/1.10.0-beta01/runtime-retain-desktop-1.10.0-beta01-sources.jar", + sha256 = "33170551c41987f759443ab7ddcacc596a280bcb352f6530945e1d1f4f9efb0b", + downloaded_file_path = "runtime-retain-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "androidx_savedstate-savedstate-desktop-1_4_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-desktop/1.4.0-alpha03/savedstate-desktop-1.4.0-alpha03.jar", - sha256 = "4e1df5fb25533ec4eb54b3aafbcd206782fa8c7633ffd9b5aac440858e92f531", - downloaded_file_path = "savedstate-desktop-1.4.0-alpha03.jar" + name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-saveable-desktop/1.10.0-beta01/runtime-saveable-desktop-1.10.0-beta01.jar", + sha256 = "12f491f7f5b36304d852e373231f06a3057ea52e369f380044ebc23097dfc2c5", + downloaded_file_path = "runtime-saveable-desktop-1.10.0-beta01.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-compose-desktop/2.10.0-alpha03/lifecycle-runtime-compose-desktop-2.10.0-alpha03.jar", - sha256 = "e94bbf91ffb5d715b8c759290951d638d73eef8fd1248a29a032bbdc9a6507c0", - downloaded_file_path = "lifecycle-runtime-compose-desktop-2.10.0-alpha03.jar" + name = "androidx_savedstate-savedstate-compose-desktop-1_3_2_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-compose-desktop/1.3.2/savedstate-compose-desktop-1.3.2.jar", + sha256 = "4a94787a6e5bcfe143390a4f2737d4425d2ea867f2b34a847de6cda3c6ccc58a", + downloaded_file_path = "savedstate-compose-desktop-1.3.2.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-desktop/2.10.0-alpha03/lifecycle-runtime-desktop-2.10.0-alpha03.jar", - sha256 = "70634adb54f9268685e45226e386a9f3856a2568dfc3de2db49b6b4c75c831fe", - downloaded_file_path = "lifecycle-runtime-desktop-2.10.0-alpha03.jar" + name = "androidx_savedstate-savedstate-desktop-1_3_2_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-desktop/1.3.2/savedstate-desktop-1.3.2.jar", + sha256 = "c5c89062ba8402b8f8657efd54db1ff192f91ca95fae59c3b418fbc477c3e3ea", + downloaded_file_path = "savedstate-desktop-1.3.2.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-jvm/2.10.0-alpha03/lifecycle-common-jvm-2.10.0-alpha03.jar", - sha256 = "ee37d7927dba6cffd167c6244fc33e483f2b6d407def89395c8a2986bc2504c5", - downloaded_file_path = "lifecycle-common-jvm-2.10.0-alpha03.jar" + name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-compose-desktop/2.9.4/lifecycle-runtime-compose-desktop-2.9.4.jar", + sha256 = "d25c083df93da718a1876a3293bd15f7dc7a811e998735943bce590683a57835", + downloaded_file_path = "lifecycle-runtime-compose-desktop-2.9.4.jar" +) + +http_file( + name = "androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-desktop/2.9.4/lifecycle-runtime-desktop-2.9.4.jar", + sha256 = "2fb49f76d1021792fb359e0a9246c1509f2f5b555f0a46591d24d58deb68bd5c", + downloaded_file_path = "lifecycle-runtime-desktop-2.9.4.jar" +) + +http_file( + name = "androidx_lifecycle-lifecycle-common-jvm-2_9_4_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-jvm/2.9.4/lifecycle-common-jvm-2.9.4.jar", + sha256 = "37d89b2101f074ac6c260917dabb185607645ee200aa3018c7c5bde70edcf184", + downloaded_file_path = "lifecycle-common-jvm-2.9.4.jar" ) http_file( @@ -7126,45 +7154,45 @@ http_file( ) http_file( - name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-alpha02-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-saveable-desktop/1.10.0-alpha02/runtime-saveable-desktop-1.10.0-alpha02-sources.jar", - sha256 = "3146401eaceabc4459ba7541f286d383c4cd8887508f97dbe439cfd97b6aee7c", - downloaded_file_path = "runtime-saveable-desktop-1.10.0-alpha02-sources.jar" + name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0-beta01-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/compose/runtime/runtime-saveable-desktop/1.10.0-beta01/runtime-saveable-desktop-1.10.0-beta01-sources.jar", + sha256 = "c431498c69a84ecd1e128774196228b89917a7093250efe95527d06bf46fa674", + downloaded_file_path = "runtime-saveable-desktop-1.10.0-beta01-sources.jar" ) http_file( - name = "androidx_savedstate-savedstate-compose-desktop-1_4_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-compose-desktop/1.4.0-alpha03/savedstate-compose-desktop-1.4.0-alpha03-sources.jar", - sha256 = "5b5a5b73a418badb5b2e6a24284c4c3e00e216b1cb5b9ef7cbf5f147b0f54d21", - downloaded_file_path = "savedstate-compose-desktop-1.4.0-alpha03-sources.jar" + name = "androidx_savedstate-savedstate-compose-desktop-1_3_2-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-compose-desktop/1.3.2/savedstate-compose-desktop-1.3.2-sources.jar", + sha256 = "87632984d47b10696a5b49c80c6876e0e1e65713695807959e10496b8912ba45", + downloaded_file_path = "savedstate-compose-desktop-1.3.2-sources.jar" ) http_file( - name = "androidx_savedstate-savedstate-desktop-1_4_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-desktop/1.4.0-alpha03/savedstate-desktop-1.4.0-alpha03-sources.jar", - sha256 = "8522e3b390a0d1ceaf823c156fd6089881237f346f48b0de1d2a96a441fc33cb", - downloaded_file_path = "savedstate-desktop-1.4.0-alpha03-sources.jar" + name = "androidx_savedstate-savedstate-desktop-1_3_2-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/savedstate/savedstate-desktop/1.3.2/savedstate-desktop-1.3.2-sources.jar", + sha256 = "e6d4ba23fb5155e6190ee0d6ddf05dc8b6c723fdb7c0b0dd4d0921a234e13c59", + downloaded_file_path = "savedstate-desktop-1.3.2-sources.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_10_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-compose-desktop/2.10.0-alpha03/lifecycle-runtime-compose-desktop-2.10.0-alpha03-sources.jar", - sha256 = "1798050f9438ddf641d1391ff0b1df55057c189d46116e3c0319902a6ddbda8e", - downloaded_file_path = "lifecycle-runtime-compose-desktop-2.10.0-alpha03-sources.jar" + name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-compose-desktop/2.9.4/lifecycle-runtime-compose-desktop-2.9.4-sources.jar", + sha256 = "aacae1df01c5f7e2a5e6d247c299ca371808ceac496cbf19f662e54a1cd83faf", + downloaded_file_path = "lifecycle-runtime-compose-desktop-2.9.4-sources.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-runtime-desktop-2_10_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-desktop/2.10.0-alpha03/lifecycle-runtime-desktop-2.10.0-alpha03-sources.jar", - sha256 = "a4ac8d30c4ea9a80d0744e8e94f896661c004a610bbceeafb94ffeb6d73e572c", - downloaded_file_path = "lifecycle-runtime-desktop-2.10.0-alpha03-sources.jar" + name = "androidx_lifecycle-lifecycle-runtime-desktop-2_9_4-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-runtime-desktop/2.9.4/lifecycle-runtime-desktop-2.9.4-sources.jar", + sha256 = "00a5bf579ef186ae2c8eac89ff2d972e3581d687494af516c567accfda6e64cd", + downloaded_file_path = "lifecycle-runtime-desktop-2.9.4-sources.jar" ) http_file( - name = "androidx_lifecycle-lifecycle-common-jvm-2_10_0-alpha03-sources_http", - url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-jvm/2.10.0-alpha03/lifecycle-common-jvm-2.10.0-alpha03-sources.jar", - sha256 = "39bc8510fb321308df3148921ccee3d1db15c04502b51da5e514b935e5a62279", - downloaded_file_path = "lifecycle-common-jvm-2.10.0-alpha03-sources.jar" + name = "androidx_lifecycle-lifecycle-common-jvm-2_9_4-sources_http", + url = "https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common-jvm/2.9.4/lifecycle-common-jvm-2.9.4-sources.jar", + sha256 = "5764b2618dfb88b98668e5e84bec8e5af0e0c168d714687a0a3b3591f669846c", + downloaded_file_path = "lifecycle-common-jvm-2.9.4-sources.jar" ) http_file( @@ -7553,31 +7581,31 @@ http_file( ) http_file( - name = "org_jetbrains_skiko-skiko-awt-0_9_24_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/skiko/skiko-awt/0.9.24/skiko-awt-0.9.24.jar", - sha256 = "273d20f61fe075ba434b220c5f38a58afe2b9f1e0c72d296b7bac2344d499761", - downloaded_file_path = "skiko-awt-0.9.24.jar" + name = "org_jetbrains_skiko-skiko-awt-0_9_30_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/skiko/skiko-awt/0.9.30/skiko-awt-0.9.30.jar", + sha256 = "928b8566c9bd03e51d69d72ed1106ef7eae2c9ad23d64e49966c5dc212dca411", + downloaded_file_path = "skiko-awt-0.9.30.jar" ) http_file( - name = "org_jetbrains_skiko-skiko-awt-0_9_24-sources_http", - url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/skiko/skiko-awt/0.9.24/skiko-awt-0.9.24-sources.jar", - sha256 = "3813dc36a87c8dc21bcb8f231f63014eebd617cc2c50bba0b05ce68548f491c0", - downloaded_file_path = "skiko-awt-0.9.24-sources.jar" + name = "org_jetbrains_skiko-skiko-awt-0_9_30-sources_http", + url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/skiko/skiko-awt/0.9.30/skiko-awt-0.9.30-sources.jar", + sha256 = "fd6c250c199452f4f785b8e2c573b830c74d1bc29ba778a1d6391666beb03358", + downloaded_file_path = "skiko-awt-0.9.30-sources.jar" ) http_file( - name = "org_jetbrains_skiko-skiko-awt-runtime-all-0_9_24_http", - url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.24/skiko-awt-runtime-all-0.9.24.jar", - sha256 = "7c6b8c7f5584da96c1cfd28dd929905b40e265d4debb820bb51177543f5eb9bf", - downloaded_file_path = "skiko-awt-runtime-all-0.9.24.jar" + name = "org_jetbrains_skiko-skiko-awt-runtime-all-0_9_30_http", + url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.30/skiko-awt-runtime-all-0.9.30.jar", + sha256 = "1f8643e58e3bfd16625b1db6a3fd237410a32a37d54b74c51914069eea0a60a6", + downloaded_file_path = "skiko-awt-runtime-all-0.9.30.jar" ) http_file( - name = "org_jetbrains_skiko-skiko-awt-runtime-all-0_9_24-sources_http", - url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.24/skiko-awt-runtime-all-0.9.24-sources.jar", - sha256 = "bbb8cc041e5ef6f8ca0d54fbe6fce0d49026423b353b97b5a459bdebcfd3efd7", - downloaded_file_path = "skiko-awt-runtime-all-0.9.24-sources.jar" + name = "org_jetbrains_skiko-skiko-awt-runtime-all-0_9_30-sources_http", + url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/skiko/skiko-awt-runtime-all/0.9.30/skiko-awt-runtime-all-0.9.30-sources.jar", + sha256 = "b545ee343c4cc3ff6f92f0df6fd054d414a120d53afbb8af52a01859c6088c08", + downloaded_file_path = "skiko-awt-runtime-all-0.9.30-sources.jar" ) http_file( diff --git a/libraries/compose-foundation-desktop-junit/intellij.libraries.compose.foundation.desktop.junit.iml b/libraries/compose-foundation-desktop-junit/intellij.libraries.compose.foundation.desktop.junit.iml index a31f652acb5e..cd55f7c00c2c 100644 --- a/libraries/compose-foundation-desktop-junit/intellij.libraries.compose.foundation.desktop.junit.iml +++ b/libraries/compose-foundation-desktop-junit/intellij.libraries.compose.foundation.desktop.junit.iml @@ -12,20 +12,23 @@ - + - - 7d1244618abff60a17ba0c596cb13addeff74664acc8400d2b785bbd8ee66b52 + + de2f63543b8f646b85c789e3bf53121e4e6d89d3c7c0afc0358954cc27316a71 - - f25e0e5b778c6cb67c66f5bbb4c327f103ebddeac6ddf09a6f48bc900577e672 + + 65e46ce4ce2291ed0cead9d184ef96d8e10e31770e23901f71deadde6be72b2e + + + - + @@ -39,16 +42,16 @@ - - + + - - + + - - + + diff --git a/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml b/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml index ea3a2ce00862..eaabf95e9386 100644 --- a/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml +++ b/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml @@ -11,53 +11,58 @@ - + - - b80d47930826b2f2d68dd98aa320934a1272f78882df602c707f736e38bf5a0f + + ef70b786c9444735bd634c1e2d224d1511a39bd134afb123e8f408679244b563 - - a2e07e9fd2ea1aff5aecb8b4b7ded4a52cee237188cb64830b84597c9f4af322 + + 4aab9a942a0bf3cef4b1c01451dbc13c2e30a9289c87c4fe416663d808e920fb - - 4819d91d33c771ef6752f4b1ff64fdd1c2b9c6db3f5bb8bafc37df5c2b0331df + + 530c042dcb2861382ed4d4a039f026c718b1d7c1b3cbbda58b12d26ba86683e3 - - 0446895b0adfb065c874e67f52720a32553c366441d77be7928890029dafb575 + + cdbfdabccac8abef2d9bc0420ec0c4be7a880f6d26b2d1cc4e2317c0d252ee27 - - ccfeea9b750eef5b4220afdbb10b61eed074047aa5f377cde9fab8e11dccaab8 + + 6d38e4de37bcc3adeadf595d559e9cb73a215c763f8127fe780c820faf6a789b - - d8612fa6e3057405c60376a5d82c3f219615ac4b5366a015007e6250c907ddc5 + + e4c01eefc1ec2d5a6f0e643f50865b56022b564cdcb0bbc122a64b692cb65d89 - - 2a8f84ee79b911fab52ca9b05ce9c29be0d549190104d76c0ff872fbc35973c2 + + 98f816be6869407c87d46058756f97780fa6c6cf61acdba97216f413731af15d - - 8b3ba228bfad901f84d3ed8da538967732038c082eb3caace9dc0a4e26f3b710 + + 3e0b44e2514eafdd6938d5457d9f46e4785077c45d3b4364b5c23c4dcb93efd3 - - d4a9d720f194052ffcc64e061115cdee60d92216ec872a4b88afb007b827f96f + + 8283896d87f6d3e21dd5b12785e6c7ca3b7f15cbc4d0391b20ad23e54b520515 - - 26e91a6cd8b943451d2e8c040386fc06046f0fe81a83ed059521560e3b4a2162 + + 08a4ac21eca159e16e959ae27f9431b33ecf8f0fc88bcc7499edd21d340de7a5 - - 689c82faa2a532aa92fe5ac0401302125fa53f4464c80d6bcfd9daabe776096d + + 80f61d974f2ddac95084738f0f18e8c0f6c1923b4bf8cc6a9245b1376c8c992f - - 8d9b30aa5c5ca09b51b59892343c938726d2b8605fa748e418d4beadbedc160b + + f0f3439928b3d9132f07cb2d7a86091696372ebc8354d16b48830b6ce15e8161 - - 6c046e3a41437eef67856a4a2964d4158401f2849e8e50ef4f9b6e3e6d8343d5 + + 2d230e78f7160cc2dbcf5c2bd2824ee43832b26e40d01ddfe862c0236c37c8f0 + + + 7bfc93a8cad2974cdfd5a2c817e3083e0e3c48ef99e4dbba51eb98a14c92ed2d 101ff43ff563fca167af5ade98c3b69bf569010eab745013b84d8955034d3b3c + + @@ -80,49 +85,51 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/libraries/compose-foundation-desktop/module-content.yaml b/libraries/compose-foundation-desktop/module-content.yaml index 51b6b42a070d..1bb40295aabd 100644 --- a/libraries/compose-foundation-desktop/module-content.yaml +++ b/libraries/compose-foundation-desktop/module-content.yaml @@ -11,6 +11,7 @@ - name: $MAVEN_REPOSITORY$/org/jetbrains/compose/ui/ui-desktop/1/ui-desktop-1.jar - name: $MAVEN_REPOSITORY$/androidx/lifecycle/lifecycle-viewmodel-desktop/2/lifecycle-viewmodel-desktop-2.jar - name: $MAVEN_REPOSITORY$/androidx/lifecycle/lifecycle-viewmodel-savedstate-desktop/2/lifecycle-viewmodel-savedstate-desktop-2.jar + - name: $MAVEN_REPOSITORY$/androidx/navigationevent/navigationevent-desktop/1/navigationevent-desktop-1.jar - name: $MAVEN_REPOSITORY$/org/jetbrains/compose/ui/ui-backhandler-desktop/1/ui-backhandler-desktop-1.jar - name: $MAVEN_REPOSITORY$/org/jetbrains/compose/ui/ui-graphics-desktop/1/ui-graphics-desktop-1.jar - name: $MAVEN_REPOSITORY$/org/jetbrains/compose/ui/ui-unit-desktop/1/ui-unit-desktop-1.jar diff --git a/libraries/compose-runtime-desktop/BUILD.bazel b/libraries/compose-runtime-desktop/BUILD.bazel index 1f6b5df80b10..b6b044ffa09f 100644 --- a/libraries/compose-runtime-desktop/BUILD.bazel +++ b/libraries/compose-runtime-desktop/BUILD.bazel @@ -15,10 +15,12 @@ jvm_library( exports = [ "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-desktop", "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-saveable-desktop", + "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-retain-desktop", ], runtime_deps = [ "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-desktop", "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-saveable-desktop", + "@lib//:libraries-compose-runtime-desktop-androidx-compose-runtime-retain-desktop", ] ) ### auto-generated section `build intellij.libraries.compose.runtime.desktop` end \ No newline at end of file diff --git a/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml b/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml index c5c26b08f25b..8f7aeb7f9049 100644 --- a/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml +++ b/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml @@ -9,10 +9,10 @@ - + - - 63f2c95fcb64a90370d064d2fc32e7db36e044b6c39476c519a3579c877ae734 + + d35610a718146c6623f1dc99bb03d33080da1d139325c7d18c81649061085353 70b35924e4babcdffa37d0e575ee039c56a2d97123342624c48b603233704341 @@ -20,7 +20,7 @@ 1e343917ebf27ba96fe4dc52b1cad7fd32b738fbc6355bb6cd5b3b305d7212d0 - + f89dda8bcd73876d0fc16568844b2bd79443ee7ca62810874d25c7dcaa394bd6 @@ -32,38 +32,44 @@ - + - + - + - + - + - - edfb532b388995b5147936b9342936d4f202c8bb70b1022b6251d365680c7909 + + 12f491f7f5b36304d852e373231f06a3057ea52e369f380044ebc23097dfc2c5 - - c02a98b0c2b35cdde245c0bfe6e7ff453c7b6d06a5eb8681d25b7f54b874ea48 + + 4a94787a6e5bcfe143390a4f2737d4425d2ea867f2b34a847de6cda3c6ccc58a - - 4e1df5fb25533ec4eb54b3aafbcd206782fa8c7633ffd9b5aac440858e92f531 + + c5c89062ba8402b8f8657efd54db1ff192f91ca95fae59c3b418fbc477c3e3ea - - e94bbf91ffb5d715b8c759290951d638d73eef8fd1248a29a032bbdc9a6507c0 + + d25c083df93da718a1876a3293bd15f7dc7a811e998735943bce590683a57835 - - 70634adb54f9268685e45226e386a9f3856a2568dfc3de2db49b6b4c75c831fe + + 2fb49f76d1021792fb359e0a9246c1509f2f5b555f0a46591d24d58deb68bd5c + + + 37d89b2101f074ac6c260917dabb185607645ee200aa3018c7c5bde70edcf184 + + + 1fad6e6be7557781e4d33729d49ae1cdc8fdda6fe477bb0cc68ce351eafdfbab 65308a06b1c00ee186cb9e19321383f043b993813f1522c47f4a3e3303bdba41 @@ -71,12 +77,6 @@ d38d63edb30f1467818d50aaf05f8a692dea8b31392a049bfa991b159ad5b692 - - ee37d7927dba6cffd167c6244fc33e483f2b6d407def89395c8a2986bc2504c5 - - - 1fad6e6be7557781e4d33729d49ae1cdc8fdda6fe477bb0cc68ce351eafdfbab - @@ -88,29 +88,47 @@ - - - - - - + + + + + + - - - - - - + + + + + + + + + + + + e673e7bd810699399fe967675e8f24f3502ef8c9a967ee695b79d4649ef31908 + + + + + + + + + + + + \ No newline at end of file diff --git a/libraries/compose-runtime-desktop/module-content.yaml b/libraries/compose-runtime-desktop/module-content.yaml index 82c07f70de18..a893173b2895 100644 --- a/libraries/compose-runtime-desktop/module-content.yaml +++ b/libraries/compose-runtime-desktop/module-content.yaml @@ -16,4 +16,6 @@ - name: $MAVEN_REPOSITORY$/androidx/lifecycle/lifecycle-common-jvm/2/lifecycle-common-jvm-2.jar - name: $MAVEN_REPOSITORY$/org/jspecify/jspecify/1/jspecify-1.jar - name: $MAVEN_REPOSITORY$/androidx/arch/core/core-common/2/core-common-2.jar - - name: $MAVEN_REPOSITORY$/androidx/annotation/annotation/1/annotation-1.jar \ No newline at end of file + - name: $MAVEN_REPOSITORY$/androidx/annotation/annotation/1/annotation-1.jar + androidx.compose.runtime.retain.desktop: + - name: $MAVEN_REPOSITORY$/androidx/compose/runtime/runtime-retain-desktop/1/runtime-retain-desktop-1.jar \ No newline at end of file diff --git a/libraries/skiko/intellij.libraries.skiko.iml b/libraries/skiko/intellij.libraries.skiko.iml index e6f2b4eeba1b..0c2f8643254d 100644 --- a/libraries/skiko/intellij.libraries.skiko.iml +++ b/libraries/skiko/intellij.libraries.skiko.iml @@ -9,39 +9,39 @@ - + - - 273d20f61fe075ba434b220c5f38a58afe2b9f1e0c72d296b7bac2344d499761 + + 928b8566c9bd03e51d69d72ed1106ef7eae2c9ad23d64e49966c5dc212dca411 - + - + - + - + - - 7c6b8c7f5584da96c1cfd28dd929905b40e265d4debb820bb51177543f5eb9bf + + 1f8643e58e3bfd16625b1db6a3fd237410a32a37d54b74c51914069eea0a60a6 - + - + diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt index 9ce64a2ba5e6..5b647f163378 100644 --- a/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt +++ b/platform/build-scripts/src/org/jetbrains/intellij/build/CommunityLibraryLicenses.kt @@ -271,6 +271,10 @@ object CommunityLibraryLicenses { .apache("https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:LICENSE.txt") .suppliedByOrganizations(Suppliers.GOOGLE), + LibraryLicense("Compose Runtime Retained", libraryName = "androidx.compose.runtime.retain.desktop", url = "https://source.android.com/") + .apache("https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:LICENSE.txt") + .suppliedByOrganizations(Suppliers.GOOGLE), + LibraryLicense("Compose Runtime Saveable Desktop", libraryName = "androidx.compose.runtime.saveable.desktop", url = "https://source.android.com/") .apache("https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:LICENSE.txt") .suppliedByOrganizations(Suppliers.GOOGLE), diff --git a/platform/jewel/foundation/api-dump.txt b/platform/jewel/foundation/api-dump.txt index 0f09416a0bb2..c2b75157cb94 100644 --- a/platform/jewel/foundation/api-dump.txt +++ b/platform/jewel/foundation/api-dump.txt @@ -319,6 +319,7 @@ f:org.jetbrains.jewel.foundation.lazy.SelectableLazyListState - getLastScrolledForward():Z - f:getLayoutInfo():androidx.compose.foundation.lazy.LazyListLayoutInfo - f:getLazyListState():androidx.compose.foundation.lazy.LazyListState +- getScrollIndicatorState():androidx.compose.foundation.ScrollIndicatorState - getSelectedKeys():java.util.Set - f:isKeyboardNavigating():Z - isScrollInProgress():Z @@ -571,6 +572,7 @@ f:org.jetbrains.jewel.foundation.lazy.tree.TreeState - getLastScrolledBackward():Z - getLastScrolledForward():Z - f:getOpenNodes():java.util.Set +- getScrollIndicatorState():androidx.compose.foundation.ScrollIndicatorState - getSelectedKeys():java.util.Set - isScrollInProgress():Z - f:openNodes(java.util.List):V diff --git a/platform/jewel/gradle/libs.versions.toml b/platform/jewel/gradle/libs.versions.toml index 125e423ee041..10446178e78d 100644 --- a/platform/jewel/gradle/libs.versions.toml +++ b/platform/jewel/gradle/libs.versions.toml @@ -2,7 +2,7 @@ assertJ = "3.26.3" coil = "3.2.0" commonmark = "0.24.0" -composeDesktop = "1.10.0-alpha01" +composeDesktop = "1.10.0-beta01" detekt = "1.23.8" dokka = "2.0.0" filepicker = "3.1.0"