TelegramBotAPI-examples/gradle.properties

13 lines
332 B
Properties
Raw Normal View History

2020-08-20 11:53:45 +00:00
kotlin.code.style=official
org.gradle.parallel=true
2022-05-12 11:00:22 +00:00
# Due to parallel compilation project require next amount of memory on full build
2024-01-08 07:21:41 +00:00
org.gradle.jvmargs=-Xmx2344m
2024-07-07 13:35:21 +00:00
kotlin.daemon.jvmargs=-Xmx2g -Xms500m
2020-02-25 07:27:37 +00:00
2021-06-30 14:28:22 +00:00
2024-03-18 06:32:15 +00:00
kotlin_version=1.9.23
2024-07-09 11:00:26 +00:00
telegram_bot_api_version=15.1.0
micro_utils_version=0.21.2
2024-03-01 18:05:34 +00:00
serialization_version=1.6.3
2024-06-21 16:40:19 +00:00
ktor_version=2.3.11