We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2083a17 + 0bbec52 commit ec8acddCopy full SHA for ec8acdd
2 files changed
gradle.properties
@@ -4,7 +4,7 @@ kotlin.daemon.jvmargs=-Xmx3072M
4
kotlin.mpp.enableCInteropCommonization=true
5
#Gradle
6
org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8
7
-org.gradle.configuration-cache=true
+org.gradle.configuration-cache=false
8
org.gradle.caching=true
9
10
#Android
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ gobley = "0.3.7"
google-material = "1.13.0"
jna = "5.18.1"
11
junit = "4.13.2"
12
-kotlin = "2.3.0"
+kotlin = "2.2.21"
13
kotlinx-coroutines = "1.10.2"
14
kotlinx-datetime = "0.7.1"
15
kotlinx-serialization = "1.9.0"
0 commit comments