Downgraded Kotlin to version 1.9.x so that more applications can use this library

This commit is contained in:
dankito 2024-09-19 21:27:25 +02:00
parent a21861178b
commit 86866bad32
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
kotlin.code.style=official kotlin.code.style=official
kotlinVersion=2.0.10
kotlinVersion=1.9.25
kotlinxDateTimeVersion=0.5.0 kotlinxDateTimeVersion=0.5.0
jsJodaTimeZoneVersion=2.3.0 jsJodaTimeZoneVersion=2.3.0
# Coroutines 1.9 (currently RC) requires Kotlin 2.0
coroutinesVersion=1.8.1 coroutinesVersion=1.8.1
# 0.3.10 uses Kotlin 2.0.0 # 0.3.10 uses Kotlin 2.0.0