add websockets work

This commit is contained in:
2020-08-10 23:38:27 +06:00
parent 9421edcb85
commit 61ccfe7948
33 changed files with 695 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
rootProject.name='postssystem'
String[] includes = [
':utils:common',
':utils:repos',
':utils:repos:common',
':utils:repos:exposed',
@@ -9,6 +10,8 @@ String[] includes = [
':ktor:common',
':ktor:client',
':ktor:server',
':ktor:tests',
':core:api',
':core:exposed',