mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-09 18:03:52 +00:00
12 lines
319 B
Properties
12 lines
319 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=-Xmx2344m
|
|
|
|
|
|
kotlin_version=1.9.23
|
|
telegram_bot_api_version=14.0.0-branch_14.0.0-build2248
|
|
micro_utils_version=0.20.45
|
|
serialization_version=1.6.3
|
|
ktor_version=2.3.10
|