KT-65741 Add Swift Export KGP tasks
This commit is contained in:
committed by
Space Team
parent
eabd2f0fc7
commit
d76a6d6a9c
@@ -74,6 +74,7 @@ dependencies {
|
||||
}
|
||||
commonCompileOnly(project(":kotlin-tooling-metadata"))
|
||||
commonCompileOnly(project(":compiler:build-tools:kotlin-build-statistics"))
|
||||
commonCompileOnly(project(":native:swift:swift-export-standalone"))
|
||||
commonCompileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all")) { isTransitive = false }
|
||||
|
||||
commonImplementation(project(":kotlin-gradle-plugin-idea"))
|
||||
@@ -90,6 +91,10 @@ 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