From 86866bad32e37b2edd79b7a99ee8c66257fff239 Mon Sep 17 00:00:00 2001 From: dankito Date: Thu, 19 Sep 2024 21:27:25 +0200 Subject: [PATCH] Downgraded Kotlin to version 1.9.x so that more applications can use this library --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4e033d05..4ef9f0bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,12 @@ kotlin.code.style=official -kotlinVersion=2.0.10 + +kotlinVersion=1.9.25 kotlinxDateTimeVersion=0.5.0 jsJodaTimeZoneVersion=2.3.0 +# Coroutines 1.9 (currently RC) requires Kotlin 2.0 coroutinesVersion=1.8.1 # 0.3.10 uses Kotlin 2.0.0