добавлены сериализаторы

This commit is contained in:
alexander
2021-11-28 08:06:39 +00:00
parent 0e1a7adb04
commit 88967cadf7
4 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ dependencies {
api project(":postssystem.features.roles.manager.server")
api project(":postssystem.features.content.server")
api project(":postssystem.features.content.text.server")
api project(":postssystem.features.content.binary.server")
api "io.ktor:ktor-server-netty:$ktor_version"
api "io.ktor:ktor-websockets:$ktor_version"
api "org.jetbrains.exposed:exposed-jdbc:$kotlin_exposed_version"