This commit is contained in:
2022-01-25 15:21:01 +06:00
parent 3746efc596
commit e4dfdc07fc
595 changed files with 59923 additions and 47 deletions

View File

@@ -10,8 +10,8 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api project(":postssystem.services.posts.common")
api project(":postssystem.features.common.client")
api project(":postssystem.services.posts.common")
api project(":postssystem.features.posts.client")
}
}