From a563267da06bbe56186ef1519202edfb1ffd6b0b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:22:43 +0600 Subject: [PATCH] Update build.gradle --- posts_registrar/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/posts_registrar/build.gradle b/posts_registrar/build.gradle index 054bb15..bb85922 100644 --- a/posts_registrar/build.gradle +++ b/posts_registrar/build.gradle @@ -1,7 +1,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" - id "com.android.library" } apply from: "$mppProjectWithSerializationPresetPath" @@ -13,9 +12,5 @@ kotlin { api project(":plaguposter.posts") } } - jvmMain { - dependencies { - } - } } }