first filling of template

This commit is contained in:
2020-11-08 18:54:22 +06:00
parent be81b42468
commit 1a0ab008bf
11 changed files with 398 additions and 0 deletions

10
gradle.properties Normal file
View File

@@ -0,0 +1,10 @@
org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin_version=1.4.10
kotlin_coroutines_version=1.4.1
kotlin_serialisation_runtime_version=1.0.1
tgbotapi_version=0.30.0