fints4k/gradle.properties

14 lines
309 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
2022-02-16 17:55:15 +00:00
kotlinVersion=1.6.10
2020-10-18 12:47:02 +00:00
coroutinesVersion=1.6.0
2022-02-15 22:11:15 +00:00
ktorVersion=2.0.0-beta-1
android.useAndroidX=true
android.enableJetifier=true