Commit d08a5b27 authored by dong's avatar dong

0.3.0-05

parent 2b87d61f
#Kotlin #Kotlin
kotlin.code.style=official kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx3072M kotlin.daemon.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
#Gradle #Gradle
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx8192m -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
......
...@@ -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-04" composeMultiplatform = "1.9.2-0.3.0-05"
# Kotlin & testing # Kotlin & testing
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.2.21-0.3.0-04" kotlin = "2.2.21-0.3.0-05"
kotlinx-coroutines = "1.10.2-0.3.0-01" kotlinx-coroutines = "1.10.2-0.3.0-02"
atomicFu = "0.31.0-0.3.0-01" atomicFu = "0.31.0-0.3.0-02"
[libraries] [libraries]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment