TelegramBotAPI-examples/gradle.properties

12 lines
289 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
2023-04-19 14:20:11 +00:00
org.gradle.jvmargs=-Xmx2g
2020-02-25 07:27:37 +00:00
2021-06-30 14:28:22 +00:00
2023-06-30 11:49:19 +00:00
kotlin_version=1.8.22
2023-08-19 12:32:43 +00:00
telegram_bot_api_version=9.1.0
micro_utils_version=0.19.9
2023-05-19 16:45:46 +00:00
serialization_version=1.5.1
2023-08-19 12:32:43 +00:00
ktor_version=2.3.3