TelegramBotAPI-examples/gradle.properties

14 lines
352 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-08-11 20:32:28 +00:00
org.gradle.jvmargs=-Xmx3148m
kotlin.daemon.jvmargs=-Xmx3g -Xms500m
2020-02-25 07:27:37 +00:00
2021-06-30 14:28:22 +00:00
2024-11-30 11:11:07 +00:00
kotlin_version=2.1.0
2024-12-06 07:18:18 +00:00
telegram_bot_api_version=22.0.0
micro_utils_version=0.23.2
serialization_version=1.7.3
2024-12-06 07:18:18 +00:00
ktor_version=3.0.2
2024-12-07 05:36:39 +00:00
compose_version=1.7.1