2020-06-13 14:04:12 +00:00
|
|
|
kotlin.code.style=official
|
|
|
|
|
2020-10-18 12:47:02 +00:00
|
|
|
org.gradle.jvmargs=-Xmx3072m
|
2023-07-06 15:38:34 +00:00
|
|
|
org.gradle.parallel=true
|
|
|
|
#org.gradle.workers.max=8
|
2020-10-18 12:47:02 +00:00
|
|
|
|
|
|
|
|
2024-08-20 07:35:00 +00:00
|
|
|
kotlinVersion=2.0.10
|
2020-10-18 12:47:02 +00:00
|
|
|
|
2024-08-19 20:16:57 +00:00
|
|
|
# Coroutines 1.9 (currently RC) requires Kotlin 2.0
|
|
|
|
coroutinesVersion=1.8.1
|
|
|
|
# Ktor 3.x (RC right now) requires Kotlin 2.0
|
|
|
|
ktorVersion=2.3.12
|
2024-08-19 22:06:14 +00:00
|
|
|
kotlinxDateTimeVersion=0.5.0
|
2024-08-20 07:35:00 +00:00
|
|
|
kotlinxSerializationVersion=1.7.1
|
2024-08-19 20:34:30 +00:00
|
|
|
atomicfuVersion=0.25.0
|
2024-08-19 20:16:57 +00:00
|
|
|
|
2024-08-30 15:28:32 +00:00
|
|
|
klfVersion=1.6.0
|
2022-02-15 22:11:15 +00:00
|
|
|
|
|
|
|
android.useAndroidX=true
|
|
|
|
android.enableJetifier=true
|