Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
b284b188
Commit
b284b188
authored
Feb 23, 2026
by
dsq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换稳定版本
parent
b592ddbd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
build.gradle.kts
composeApp/build.gradle.kts
+0
-4
libs.versions.toml
gradle/libs.versions.toml
+1
-1
libkn.so
harmonyApp/entry/libs/arm64-v8a/libkn.so
+0
-0
No files found.
composeApp/build.gradle.kts
View file @
b284b188
...
@@ -78,10 +78,6 @@ kotlin {
...
@@ -78,10 +78,6 @@ kotlin {
ohosArm64
{
ohosArm64
{
binaries
.
sharedLib
{
binaries
.
sharedLib
{
baseName
=
"kn"
// 共享库名称为kn
baseName
=
"kn"
// 共享库名称为kn
freeCompilerArgs
+=
listOf
(
"-Xbinary=sanitizer=address"
,
"-Xdisable-platform-devices"
// 禁用平台设备库
)
export
(
libs
.
compose
.
multiplatform
.
export
)
// 导出compose多平台库的接口
export
(
libs
.
compose
.
multiplatform
.
export
)
// 导出compose多平台库的接口
}
}
// val main by compilations.getting // 获取主编译内容
// val main by compilations.getting // 获取主编译内容
...
...
gradle/libs.versions.toml
View file @
b284b188
...
@@ -15,7 +15,7 @@ androidx-collection = "1.4.5"
...
@@ -15,7 +15,7 @@ androidx-collection = "1.4.5"
compose
=
"1.9.4"
compose
=
"1.9.4"
composeMultiplatform
=
"1.9.2-ez-001"
composeMultiplatform
=
"1.9.2-ez-001"
junit
=
"4.13.2"
junit
=
"4.13.2"
kotlin
=
"2.2.21-ez-
1
01"
kotlin
=
"2.2.21-ez-
0
01"
kotlinx-coroutines
=
"1.8.0-KBA-001"
kotlinx-coroutines
=
"1.8.0-KBA-001"
atomicFu
=
"0.23.2-KBA-001"
atomicFu
=
"0.23.2-KBA-001"
...
...
harmonyApp/entry/libs/arm64-v8a/libkn.so
View file @
b284b188
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment