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
@@ -4,6 +4,10 @@ plugins {
java
}
if (kotlinBuildProperties.isSwiftExportPluginPublishingEnabled) {
publish()
}
dependencies {
embedded(project(":native:swift:sir")) { isTransitive = false }
embedded(project(":native:swift:sir-compiler-bridge")) { isTransitive = false }