Commit 76ba8e1c authored by dong's avatar dong

0.4.0

parent 0c1e442e
...@@ -25,7 +25,7 @@ kotlin.debug.generateLineNumbers=true ...@@ -25,7 +25,7 @@ kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables=true kotlin.debug.generateLocalVariables=true
ohosSkikoVersion=0.9.22.2-0.3.0 ohosSkikoVersion=0.9.22.2-0.4.0-03
#rendererBackend=fusion-renderer #rendererBackend=fusion-renderer
rendererBackend=skia rendererBackend=skia
......
...@@ -19,13 +19,14 @@ androidx-testExt = "1.3.0" ...@@ -19,13 +19,14 @@ androidx-testExt = "1.3.0"
# Compose # Compose
compose = "1.9.4" compose = "1.9.4"
compose-material3 = "1.4.0" compose-material3 = "1.4.0"
composeMultiplatform = "1.9.2-0.3.0" composeMultiplatform = "1.9.2-0.4.0-09"
# Kotlin & testing # Kotlin & testing
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.2.21-0.3.0" kotlin = "2.2.21-0.4.0-020"
kotlinx-coroutines = "1.10.2-0.3.0-04" kotlinx-coroutines = "1.10.2-0.4.0-01"
atomicFu = "0.9.22.2-0.3.0" atomicFu = "0.31.0-0.4.0-0"
[libraries] [libraries]
......
...@@ -193,7 +193,6 @@ typedef struct { ...@@ -193,7 +193,6 @@ typedef struct {
extern void* MainArkUIViewController(void* env); extern void* MainArkUIViewController(void* env);
extern libkn_KInt hiLogPrintMsg(libkn_KUInt type, libkn_KUInt level, libkn_KUInt domain, const char* tag, const char* message); extern libkn_KInt hiLogPrintMsg(libkn_KUInt type, libkn_KUInt level, libkn_KUInt domain, const char* tag, const char* message);
extern void testArkTsToKotin(); extern void testArkTsToKotin();
extern libkn_KInt kn_get_render_backend_id();
extern void InitJsRenderNodeContext(void* env, void* nodeConstructor, void* statusModifyConstructor, libkn_KDouble ratio, libkn_KBoolean fixed); extern void InitJsRenderNodeContext(void* env, void* nodeConstructor, void* statusModifyConstructor, libkn_KDouble ratio, libkn_KBoolean fixed);
extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear(void* controllerRef); extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear(void* controllerRef);
extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear(void* controllerRef); extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear(void* controllerRef);
...@@ -1090,17 +1089,6 @@ typedef struct { ...@@ -1090,17 +1089,6 @@ typedef struct {
} demo013; } demo013;
} dong; } dong;
} com; } com;
struct {
struct {
struct {
struct {
struct {
libkn_KInt (*kn_get_render_backend_id_)();
} internal;
} ohos;
} compose;
} jetbrains;
} org;
struct { struct {
struct { struct {
struct { struct {
......
...@@ -193,7 +193,6 @@ typedef struct { ...@@ -193,7 +193,6 @@ typedef struct {
extern void* MainArkUIViewController(void* env); extern void* MainArkUIViewController(void* env);
extern libkn_KInt hiLogPrintMsg(libkn_KUInt type, libkn_KUInt level, libkn_KUInt domain, const char* tag, const char* message); extern libkn_KInt hiLogPrintMsg(libkn_KUInt type, libkn_KUInt level, libkn_KUInt domain, const char* tag, const char* message);
extern void testArkTsToKotin(); extern void testArkTsToKotin();
extern libkn_KInt kn_get_render_backend_id();
extern void InitJsRenderNodeContext(void* env, void* nodeConstructor, void* statusModifyConstructor, libkn_KDouble ratio, libkn_KBoolean fixed); extern void InitJsRenderNodeContext(void* env, void* nodeConstructor, void* statusModifyConstructor, libkn_KDouble ratio, libkn_KBoolean fixed);
extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear(void* controllerRef); extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear(void* controllerRef);
extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear(void* controllerRef); extern void androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear(void* controllerRef);
...@@ -1090,17 +1089,6 @@ typedef struct { ...@@ -1090,17 +1089,6 @@ typedef struct {
} demo013; } demo013;
} dong; } dong;
} com; } com;
struct {
struct {
struct {
struct {
struct {
libkn_KInt (*kn_get_render_backend_id_)();
} internal;
} ohos;
} compose;
} jetbrains;
} org;
struct { struct {
struct { struct {
struct { struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment