KT-65928 Worker API for Swift Export

This commit is contained in:
Andrey Yastrebov
2024-02-19 14:01:40 +01:00
committed by Space Team
parent 1c1da6bced
commit 28a305a826
12 changed files with 225 additions and 89 deletions
@@ -1,5 +1,4 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import com.github.jengelman.gradle.plugins.shadow.transformers.DontIncludeResourceTransformer
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
@@ -91,10 +90,6 @@ dependencies {
commonRuntimeOnly(project(":kotlin-util-klib"))
commonRuntimeOnly(project(":kotlin-compiler-embeddable"))
if (kotlinBuildProperties.isSwiftExportPluginPublishingEnabled) {
embedded(project(":native:swift:swift-export-embeddable"))
}
embedded(project(":kotlin-gradle-build-metrics"))
embedded(project(":kotlin-gradle-statistics"))
embedded(commonDependency("org.jetbrains.intellij.deps:asm-all")) { isTransitive = false }