initial commit

This commit is contained in:
2022-05-04 14:28:52 -04:00
commit 883979c30c
14 changed files with 507 additions and 0 deletions

6
gradle.properties Normal file
View File

@ -0,0 +1,6 @@
ktor_version=2.0.1
ktorm_version=3.4.1
kotlin_version=1.6.21
logback_version=1.2.3
postgresql_driver_version=42.2.2
kotlin.code.style=official