TelegramBotAPI-examples/gradle.properties

12 lines
314 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
org.gradle.jvmargs=-Xmx768m
2020-02-25 07:27:37 +00:00
2021-06-30 14:28:22 +00:00
2022-11-28 14:43:44 +00:00
kotlin_version=1.7.22
2022-12-31 09:45:48 +00:00
telegram_bot_api_version=5.0.0-branch_5.0.0-build1342
2022-12-30 16:12:12 +00:00
micro_utils_version=0.16.4
2022-10-22 11:48:35 +00:00
serialization_version=1.4.1
2022-12-08 05:27:03 +00:00
ktor_version=2.2.1