TelegramBotAPI-examples/gradle.properties

11 lines
263 B
Properties
Raw Normal View History

2020-08-20 17:53:45 +06:00
kotlin.code.style=official
org.gradle.parallel=true
2022-05-12 17:00:22 +06:00
# Due to parallel compilation project require next amount of memory on full build
org.gradle.jvmargs=-Xmx768m
2020-02-25 13:27:37 +06:00
2021-06-30 20:28:22 +06:00
2022-05-11 00:23:14 +06:00
kotlin_version=1.6.21
telegram_bot_api_version=1.0.0
2022-05-11 02:47:37 +06:00
micro_utils_version=0.10.3
2022-05-11 00:23:14 +06:00
ktor_version=2.0.1