From 914c7d1ab02f9184eddf4099ce2be7195e18ed92 Mon Sep 17 00:00:00 2001 From: dankito Date: Tue, 20 Aug 2024 00:06:14 +0200 Subject: [PATCH] Had to downgrade kotlinx-datetime version as with 0.6.0 native image generation fails --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0806cad3..ef3215f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ kotlinVersion=1.9.22 coroutinesVersion=1.8.1 # Ktor 3.x (RC right now) requires Kotlin 2.0 ktorVersion=2.3.12 -kotlinxDateTimeVersion=0.6.0 +kotlinxDateTimeVersion=0.5.0 # kotlinx-serialization 1.7.x requires Kotlin 2.0 kotlinxSerializationVersion=1.6.3 atomicfuVersion=0.25.0