plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" } apply from: "$mppJavaProjectPresetPath" kotlin { sourceSets { commonMain { dependencies { api project(":postssystem.publicators.template.common") api project(":postssystem.features.publication.server") } } } }