From 227720cf39a6e4e2565b89f27b98d6e172a2893d Mon Sep 17 00:00:00 2001 From: A_Wei Date: Wed, 30 Jul 2025 20:06:20 +0800 Subject: [PATCH] [BUGFIX][builtin] Fixed Array flat implementation Issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICNTID?from=project-issue Signed-off-by: A_Wei --- ets2panda/scripts/arkui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/scripts/arkui.properties b/ets2panda/scripts/arkui.properties index 0f1ace41c5..b7cfa8cf06 100644 --- a/ets2panda/scripts/arkui.properties +++ b/ets2panda/scripts/arkui.properties @@ -1,3 +1,3 @@ ARKUI_DEV_REPO=https://gitee.com/rri_opensource/koala_projects.git -ARKUI_DEV_BRANCH=panda_rev_9-decl_record_0702 +ARKUI_DEV_BRANCH=panda_rev_9-array-flat ARKUI_DEST=koala-sig -- Gitee