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
3754154c
Commit
3754154c
authored
May 11, 2026
by
dsq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配0.2.0-12
parent
68e471e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle.kts
composeApp/build.gradle.kts
+1
-1
libs.versions.toml
gradle/libs.versions.toml
+4
-4
No files found.
composeApp/build.gradle.kts
View file @
3754154c
...
...
@@ -157,7 +157,7 @@ dependencies {
// OHOS 渲染模式二选一:自渲染(Skia)或统一渲染(ohrender)。切换时只保留其一,另一行注释掉。
compose
{
ohos
{
skia
(
"0.9.22.2-0.
1.1
"
)
// 自渲染:Compose 用 Skia 自绘
skia
(
"0.9.22.2-0.
2.0-05
"
)
// 自渲染:Compose 用 Skia 自绘
// ohrender("0.9.22.2-0.1.0") // 统一渲染:与 ArkUI 统一渲染管线;启用时注释上一行
}
}
...
...
gradle/libs.versions.toml
View file @
3754154c
...
...
@@ -19,13 +19,13 @@ androidx-testExt = "1.3.0"
# Compose
compose
=
"1.9.4"
compose-material3
=
"1.4.0"
composeMultiplatform
=
"1.9.2-0.2.0-0
3
"
composeMultiplatform
=
"1.9.2-0.2.0-0
4
"
# Kotlin & testing
junit
=
"4.13.2"
kotlin
=
"2.2.21-0.2.0-
09
"
kotlinx-coroutines
=
"1.10.2-0.2.0-0
1
"
atomicFu
=
"0.31.0-0.2.0-0
2
"
kotlin
=
"2.2.21-0.2.0-
12
"
kotlinx-coroutines
=
"1.10.2-0.2.0-0
2
"
atomicFu
=
"0.31.0-0.2.0-0
3
"
[libraries]
# ----- Testing -----
...
...
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