start adding of posts service

This commit is contained in:
2022-01-08 18:37:53 +06:00
parent bae986d3fe
commit ef372ab520
10 changed files with 69 additions and 3 deletions
services
posts
client
common
build.gradle
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
main
server
template
settings.gradle

@ -10,7 +10,7 @@ kotlin {
commonMain {
dependencies {
api project(":postssystem.services.template.common")
api project(":postssystem.services.common.server")
api project(":postssystem.features.common.server")
}
}
}