fints4k/gradle.properties

15 lines
331 B
Properties
Raw Normal View History

kotlin.code.style=official
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
2020-10-18 12:47:02 +00:00
org.gradle.jvmargs=-Xmx3072m
2023-07-06 11:49:55 +00:00
kotlinVersion=1.8.20
2020-10-18 12:47:02 +00:00
2023-07-06 11:49:55 +00:00
coroutinesVersion=1.7.2
ktorVersion=2.3.1
2023-07-06 11:49:55 +00:00
kotlinxDateTimeVersion=0.4.0
2022-02-15 22:11:15 +00:00
android.useAndroidX=true
android.enableJetifier=true