Updated Kotlin to 2.0.10
This commit is contained in:
parent
914c7d1ab0
commit
8f079d1404
|
@ -5,15 +5,14 @@ org.gradle.parallel=true
|
||||||
#org.gradle.workers.max=8
|
#org.gradle.workers.max=8
|
||||||
|
|
||||||
|
|
||||||
kotlinVersion=1.9.22
|
kotlinVersion=2.0.10
|
||||||
|
|
||||||
# Coroutines 1.9 (currently RC) requires Kotlin 2.0
|
# Coroutines 1.9 (currently RC) requires Kotlin 2.0
|
||||||
coroutinesVersion=1.8.1
|
coroutinesVersion=1.8.1
|
||||||
# Ktor 3.x (RC right now) requires Kotlin 2.0
|
# Ktor 3.x (RC right now) requires Kotlin 2.0
|
||||||
ktorVersion=2.3.12
|
ktorVersion=2.3.12
|
||||||
kotlinxDateTimeVersion=0.5.0
|
kotlinxDateTimeVersion=0.5.0
|
||||||
# kotlinx-serialization 1.7.x requires Kotlin 2.0
|
kotlinxSerializationVersion=1.7.1
|
||||||
kotlinxSerializationVersion=1.6.3
|
|
||||||
atomicfuVersion=0.25.0
|
atomicfuVersion=0.25.0
|
||||||
|
|
||||||
klfVersion=1.5.1
|
klfVersion=1.5.1
|
||||||
|
|
Loading…
Reference in New Issue