KT-65928 Worker API for Swift Export
This commit is contained in:
committed by
Space Team
parent
1c1da6bced
commit
28a305a826
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user