From 6138ed3e3ae2589716f4fe68480374811130c6e1 Mon Sep 17 00:00:00 2001 From: Amosov Alexey Date: Tue, 10 Jun 2025 13:48:40 +0300 Subject: [PATCH] Update koala version Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICE3MI Description: koala build failed with error "at" does not exist on type 'string[]' fix compiler options in koala update koalka version Signed-off-by: Amosov Alexey --- 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 bcd5168bfd..2451e4de59 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_8_any_2 +ARKUI_DEV_BRANCH=panda_rev_8_fix_at ARKUI_DEST=koala-sig -- Gitee