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
c6cb5aad
Commit
c6cb5aad
authored
Aug 04, 2026
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新至0.5.0-11
parent
752a3751
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
build.gradle.kts
composeApp/build.gradle.kts
+0
-2
gradle.properties
gradle.properties
+1
-1
libs.versions.toml
gradle/libs.versions.toml
+4
-4
settings.gradle.kts
settings.gradle.kts
+4
-0
No files found.
composeApp/build.gradle.kts
View file @
c6cb5aad
...
@@ -10,8 +10,6 @@ plugins {
...
@@ -10,8 +10,6 @@ plugins {
alias
(
libs
.
plugins
.
androidApplication
)
alias
(
libs
.
plugins
.
androidApplication
)
alias
(
libs
.
plugins
.
composeMultiplatform
)
alias
(
libs
.
plugins
.
composeMultiplatform
)
alias
(
libs
.
plugins
.
composeCompiler
)
alias
(
libs
.
plugins
.
composeCompiler
)
// 开启 kotlinx.serialization(用于 navigation 类型安全路由)
alias
(
libs
.
plugins
.
kotlinSerialization
)
}
}
kotlin
{
kotlin
{
...
...
gradle.properties
View file @
c6cb5aad
...
@@ -23,7 +23,7 @@ kotlin.debug.generateLineNumbers=true
...
@@ -23,7 +23,7 @@ kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables
=
true
kotlin.debug.generateLocalVariables
=
true
ohosSkikoVersion
=
0.9.22.2-0.5.0-2
2
ohosSkikoVersion
=
0.9.22.2-0.5.0-2
3
# 统一渲染(fusion-renderer);自渲染用 skia
# 统一渲染(fusion-renderer);自渲染用 skia
#rendererBackend=fusion-renderer
#rendererBackend=fusion-renderer
rendererBackend
=
skia
rendererBackend
=
skia
...
...
gradle/libs.versions.toml
View file @
c6cb5aad
...
@@ -23,12 +23,12 @@ junit = "4.13.2"
...
@@ -23,12 +23,12 @@ junit = "4.13.2"
# 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.5.0-2
2
"
composeMultiplatform
=
"1.9.2-0.5.0-2
3
"
# Kotlin & testing
# Kotlin & testing
kotlin
=
"2.2.21-0.5.0-1
0
"
kotlin
=
"2.2.21-0.5.0-1
1
"
kotlinx-coroutines
=
"1.10.2-0.5.0-
09
"
kotlinx-coroutines
=
"1.10.2-0.5.0-
10
"
atomicFu
=
"0.31.0-0.5.0-
09
"
atomicFu
=
"0.31.0-0.5.0-
10
"
...
...
settings.gradle.kts
View file @
c6cb5aad
...
@@ -3,6 +3,8 @@ pluginManagement {
...
@@ -3,6 +3,8 @@ pluginManagement {
repositories
{
repositories
{
// mavenLocal()
// mavenLocal()
maven
(
"https://maven.eazytec-cloud.com/nexus/repository/maven-public/"
)
maven
(
"https://maven.eazytec-cloud.com/nexus/repository/maven-public/"
)
google
()
mavenCentral
()
gradlePluginPortal
()
gradlePluginPortal
()
}
}
}
}
...
@@ -11,6 +13,8 @@ dependencyResolutionManagement {
...
@@ -11,6 +13,8 @@ dependencyResolutionManagement {
repositories
{
repositories
{
// mavenLocal()
// mavenLocal()
maven
(
"https://maven.eazytec-cloud.com/nexus/repository/maven-public/"
)
maven
(
"https://maven.eazytec-cloud.com/nexus/repository/maven-public/"
)
google
()
mavenCentral
()
}
}
}
}
...
...
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