add TextContent

This commit is contained in:
2021-11-24 20:32:21 +06:00
parent 58b7e973be
commit 5d54fa274a
12 changed files with 85 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ dependencies {
api project(":postssystem.features.roles.server")
api project(":postssystem.features.roles.manager.server")
api project(":postssystem.features.content.server")
api project(":postssystem.features.content.text.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"