mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-04 15:33:52 +00:00
12 lines
312 B
Properties
12 lines
312 B
Properties
kotlin.code.style=official
|
|
org.gradle.parallel=true
|
|
# Due to parallel compilation project require next amount of memory on full build
|
|
org.gradle.jvmargs=-Xmx2g
|
|
|
|
|
|
kotlin_version=1.8.20
|
|
telegram_bot_api_version=7.1.0-branch_7.1.0-build1602
|
|
micro_utils_version=0.17.8
|
|
serialization_version=1.5.0
|
|
ktor_version=2.3.0
|