исправление касяков

This commit is contained in:
alexander
2021-11-27 17:51:20 +00:00
parent e3b0cc1357
commit 731ce96bbb
3 changed files with 1 additions and 0 deletions
features/content/binary/common
build.gradle
src
commonMain
kotlin
dev.inmo.postsystem.features.content.binary.common

@@ -11,6 +11,7 @@ kotlin {
commonMain {
dependencies {
api project(":postssystem.features.common.common")
api project(":postssystem.features.content.common")
}
}
}