1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-01 07:25:23 +00:00
tgbotapi/gradle.properties

22 lines
499 B
Properties
Raw Normal View History

2020-08-19 07:49:30 +00:00
org.gradle.jvmargs=-Xmx1024m
2018-12-26 08:07:24 +00:00
kotlin.code.style=official
2020-08-18 06:50:11 +00:00
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
2020-09-12 09:44:44 +00:00
kotlin_version=1.4.10
2020-08-18 06:50:11 +00:00
kotlin_coroutines_version=1.3.9
2020-09-22 05:33:47 +00:00
kotlin_serialisation_runtime_version=1.0.0-RC2
klock_version=1.12.1
2020-09-12 09:44:44 +00:00
uuid_version=0.2.2
2020-09-28 07:18:03 +00:00
ktor_version=1.4.1
2018-12-27 03:40:53 +00:00
2020-05-14 15:18:33 +00:00
javax_activation_version=1.1.1
2020-02-17 05:47:43 +00:00
library_group=com.github.insanusmokrassar
2020-09-28 06:54:01 +00:00
library_version=0.28.4
2020-08-18 06:50:11 +00:00
gradle_bintray_plugin_version=1.8.5
github_release_plugin_version=2.2.12