From 94b3c97efaa73d7672df87c78dbbd0da91587f75 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Oct 2022 00:24:38 +0600 Subject: [PATCH] Update build.gradle --- ratings/gc/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ratings/gc/build.gradle b/ratings/gc/build.gradle index ebfe6d4..d8e5ff2 100644 --- a/ratings/gc/build.gradle +++ b/ratings/gc/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" @@ -15,9 +14,5 @@ kotlin { api libs.krontab } } - jvmMain { - dependencies { - } - } } }