KT-65123: move Swift Export Compiler Plugin into swift-export-standalone module

Merge-request: KT-MR-14031
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Artem Olkov
2024-01-29 10:32:09 +00:00
committed by Space Team
parent d935db9e3a
commit de6a27aeeb
42 changed files with 442 additions and 771 deletions
+1
View File
@@ -9,5 +9,6 @@ tasks.register("sirAllTests") {
":native:swift:sir-compiler-bridge:test",
":native:swift:sir-passes:test",
":native:swift:sir-printer:test",
":native:swift:swift-export-standalone:test",
)
}