TelegramBotAPI-examples/gradle.properties

13 lines
331 B
Properties
Raw Normal View History

2020-08-20 17:53:45 +06:00
kotlin.code.style=official
org.gradle.parallel=true
2022-05-12 17:00:22 +06:00
# Due to parallel compilation project require next amount of memory on full build
2024-08-12 02:32:28 +06:00
org.gradle.jvmargs=-Xmx3148m
kotlin.daemon.jvmargs=-Xmx3g -Xms500m
2020-02-25 13:27:37 +06:00
2021-06-30 20:28:22 +06:00
2024-10-22 17:22:41 +06:00
kotlin_version=2.0.21
2024-11-01 23:48:29 +06:00
telegram_bot_api_version=20.0.0
micro_utils_version=0.23.0
serialization_version=1.7.3
2024-10-30 18:09:23 +06:00
ktor_version=3.0.1