Skip to content

Commit ec8acdd

Browse files
authored
Merge pull request #11 from kdroidFilter/downgrade-kotlin
Downgrade Kotlin version to 2.2.21 and disable Gradle configuration cache
2 parents 2083a17 + 0bbec52 commit ec8acdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.daemon.jvmargs=-Xmx3072M
44
kotlin.mpp.enableCInteropCommonization=true
55
#Gradle
66
org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8
7-
org.gradle.configuration-cache=true
7+
org.gradle.configuration-cache=false
88
org.gradle.caching=true
99

1010
#Android

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gobley = "0.3.7"
99
google-material = "1.13.0"
1010
jna = "5.18.1"
1111
junit = "4.13.2"
12-
kotlin = "2.3.0"
12+
kotlin = "2.2.21"
1313
kotlinx-coroutines = "1.10.2"
1414
kotlinx-datetime = "0.7.1"
1515
kotlinx-serialization = "1.9.0"

0 commit comments

Comments
 (0)