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 { - } - } } }