From 0bc5cb76c8186a5d7d38525ab23a31c2b18606ec Mon Sep 17 00:00:00 2001 From: Mikhail Bystretskiy Date: Tue, 9 Sep 2025 17:03:38 +0300 Subject: [PATCH] Kotlin: small changes for idlize arkoala --- interop/src/kotlin/InteropTypes.kt | 1 + subset/subset.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/src/kotlin/InteropTypes.kt b/interop/src/kotlin/InteropTypes.kt index 86176214d..ca40cdd71 100644 --- a/interop/src/kotlin/InteropTypes.kt +++ b/interop/src/kotlin/InteropTypes.kt @@ -16,6 +16,7 @@ package koalaui.interop public typealias KPointer = Long +public typealias KNativePointer = Long public typealias pointer = KPointer public typealias KByte = UByte public typealias KBoolean = Byte diff --git a/subset/subset.json b/subset/subset.json index 7e6b8cdb5..67bf7fb1c 100644 --- a/subset/subset.json +++ b/subset/subset.json @@ -22,7 +22,6 @@ "arkoala-cj/framework/cangjie/src/NativePeerNode.cj", "arkoala-cj/framework/cangjie/src/PeerNode.cj", "arkoala-kotlin/framework/src/Application.kt", - "arkoala-kotlin/framework/src/ArkUINativeModule.kt", "arkoala-kotlin/framework/src/ComponentBase.kt", "arkoala-kotlin/framework/src/NativeLog.kt", "arkoala-kotlin/framework/src/NativePeerNode.kt", -- Gitee