diff --git a/features/content/binary/common/build.gradle b/features/content/binary/common/build.gradle index d4a562e5..f4369eca 100644 --- a/features/content/binary/common/build.gradle +++ b/features/content/binary/common/build.gradle @@ -11,6 +11,7 @@ kotlin { commonMain { dependencies { api project(":postssystem.features.common.common") + api project(":postssystem.features.content.common") } } } diff --git a/features/content/binary/common/src/commonMain/kotkin/dev.inmo.postsystem.features.content.binary.common/BinaryContent.kt b/features/content/binary/common/src/commonMain/kotlin/dev.inmo.postsystem.features.content.binary.common/BinaryContent.kt similarity index 100% rename from features/content/binary/common/src/commonMain/kotkin/dev.inmo.postsystem.features.content.binary.common/BinaryContent.kt rename to features/content/binary/common/src/commonMain/kotlin/dev.inmo.postsystem.features.content.binary.common/BinaryContent.kt diff --git a/features/content/binary/common/src/commonMain/kotkin/dev.inmo.postsystem.features.content.binary.common/BinaryContentSerializerModuleConfigurator.kt b/features/content/binary/common/src/commonMain/kotlin/dev.inmo.postsystem.features.content.binary.common/BinaryContentSerializerModuleConfigurator.kt similarity index 100% rename from features/content/binary/common/src/commonMain/kotkin/dev.inmo.postsystem.features.content.binary.common/BinaryContentSerializerModuleConfigurator.kt rename to features/content/binary/common/src/commonMain/kotlin/dev.inmo.postsystem.features.content.binary.common/BinaryContentSerializerModuleConfigurator.kt