From c8085701d4bde80cab6488818c5759803aff9fe5 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:29:11 +0600 Subject: [PATCH] Update build.gradle --- posts/panel/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/posts/panel/build.gradle b/posts/panel/build.gradle index 3595568..eda422f 100644 --- a/posts/panel/build.gradle +++ b/posts/panel/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"