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
d08a5b27
Commit
d08a5b27
authored
May 27, 2026
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.3.0-05
parent
2b87d61f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gradle.properties
gradle.properties
+2
-2
libs.versions.toml
gradle/libs.versions.toml
+4
-4
No files found.
gradle.properties
View file @
d08a5b27
#Kotlin
#Kotlin
kotlin.code.style
=
official
kotlin.code.style
=
official
kotlin.daemon.jvmargs
=
-Xmx
3072M
kotlin.daemon.jvmargs
=
-Xmx
4096m -XX:MaxMetaspaceSize=512m
#Gradle
#Gradle
org.gradle.jvmargs
=
-Xmx
4096M
-Dfile.encoding=UTF-8
org.gradle.jvmargs
=
-Xmx
8192m -XX:MaxMetaspaceSize=1024m
-Dfile.encoding=UTF-8
org.gradle.configuration-cache
=
true
org.gradle.configuration-cache
=
true
org.gradle.caching
=
true
org.gradle.caching
=
true
...
...
gradle/libs.versions.toml
View file @
d08a5b27
...
@@ -19,13 +19,13 @@ androidx-testExt = "1.3.0"
...
@@ -19,13 +19,13 @@ 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-0
4
"
composeMultiplatform
=
"1.9.2-0.3.0-0
5
"
# Kotlin & testing
# Kotlin & testing
junit
=
"4.13.2"
junit
=
"4.13.2"
kotlin
=
"2.2.21-0.3.0-0
4
"
kotlin
=
"2.2.21-0.3.0-0
5
"
kotlinx-coroutines
=
"1.10.2-0.3.0-0
1
"
kotlinx-coroutines
=
"1.10.2-0.3.0-0
2
"
atomicFu
=
"0.31.0-0.3.0-0
1
"
atomicFu
=
"0.31.0-0.3.0-0
2
"
[libraries]
[libraries]
...
...
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