Downgraded Kotlin to version 1.9.x so that more applications can use this library
This commit is contained in:
parent
a21861178b
commit
86866bad32
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue