fints4k/gradle.properties

22 lines
480 B
Properties
Raw Normal View History

kotlin.code.style=official
2020-10-18 12:47:02 +00:00
org.gradle.jvmargs=-Xmx3072m
org.gradle.parallel=true
#org.gradle.workers.max=8
2020-10-18 12:47:02 +00:00
kotlinVersion=1.9.22
2020-10-18 12:47:02 +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
kotlinxDateTimeVersion=0.6.0
# kotlinx-serialization 1.7.x requires Kotlin 2.0
kotlinxSerializationVersion=1.6.3
atomicfuVersion=0.25.0
klfVersion=1.5.1
2022-02-15 22:11:15 +00:00
android.useAndroidX=true
android.enableJetifier=true