From 731ce96bbbbab3b88fdeeaf8cf88ad58a82e436a Mon Sep 17 00:00:00 2001 From: alexander Date: Sat, 27 Nov 2021 17:51:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=B0=D1=81=D1=8F=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/content/binary/common/build.gradle | 1 + .../BinaryContent.kt | 0 .../BinaryContentSerializerModuleConfigurator.kt | 0 3 files changed, 1 insertion(+) rename features/content/binary/common/src/commonMain/{kotkin => kotlin}/dev.inmo.postsystem.features.content.binary.common/BinaryContent.kt (100%) rename features/content/binary/common/src/commonMain/{kotkin => kotlin}/dev.inmo.postsystem.features.content.binary.common/BinaryContentSerializerModuleConfigurator.kt (100%) 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