Skip to content

Commit decabe2

Browse files
authored
feat: update dependencies for kotlin 2.2 (#8)
1 parent 96c546b commit decabe2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Gradle
22
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
33
org.gradle.caching=true
4-
org.gradle.configuration-cache=true
4+
org.gradle.configuration-cache=false
55
#Kotlin
66
kotlin.code.style=official
77
#MPP

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
kotlin = "2.1.21"
2+
kotlin = "2.2.20"
33
coroutines = "1.10.2"
4-
serialization = "1.8.1"
5-
android = "8.12.1"
6-
io = "0.7.0"
4+
serialization = "1.9.0"
5+
android = "8.13.0"
6+
io = "0.8.0"
77
gobley = "0.3.4"
8-
ktor = "3.2.3"
8+
ktor = "3.3.0"
99
poet = "2.2.0"
1010
maven-publish = "0.34.0"
11-
gradle-publish = "1.3.1"
11+
gradle-publish = "2.0.0"
1212
detekt = "1.23.8"
1313

1414
[libraries]

0 commit comments

Comments
 (0)