From 1ad7988ae5d9db24962467382255c8876250723a Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:18:59 +0600 Subject: [PATCH] Update build.gradle --- triggers/command/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/triggers/command/build.gradle b/triggers/command/build.gradle index 3f51e34..3c42554 100644 --- a/triggers/command/build.gradle +++ b/triggers/command/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" @@ -16,9 +15,5 @@ kotlin { api project(":plaguposter.posts.panel") } } - jvmMain { - dependencies { - } - } } }