TelegramBotAPI-examples/gradle.properties
2022-05-14 11:33:22 +00:00

11 lines
263 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=-Xmx768m
kotlin_version=1.6.21
telegram_bot_api_version=1.1.0
micro_utils_version=0.10.4
ktor_version=2.0.1