From 8f29810291cbc16e8ff4612d4ac61b881036c6ee Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:21:37 +0600 Subject: [PATCH] Update build.gradle --- ratings/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ratings/build.gradle b/ratings/build.gradle index 779ca41..3793d30 100644 --- a/ratings/build.gradle +++ b/ratings/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" @@ -14,9 +13,5 @@ kotlin { api project(":plaguposter.posts") } } - jvmMain { - dependencies { - } - } } }