TelegramBotAPI-examples/gradle.properties

12 lines
289 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=-Xmx1g
kotlin_version=1.8.10
telegram_bot_api_version=7.0.0
micro_utils_version=0.17.5
serialization_version=1.5.0
ktor_version=2.2.4