From b398ad43ab85cb6446a3eaa4faf40c67d422ba8b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:20:37 +0600 Subject: [PATCH] Update build.gradle --- template/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/build.gradle b/template/build.gradle index c3a8634..f95f579 100644 --- a/template/build.gradle +++ b/template/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.common") } } - jvmMain { - dependencies { - } - } } }