Support for Unsigned Types in swift export #KT-65668 fixed

Merge-request: KT-MR-14300
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Artem Olkov
2024-02-14 11:10:51 +00:00
committed by Space Team
parent fa5ae18980
commit 16b985b36e
12 changed files with 105 additions and 22 deletions
+4 -2
View File
@@ -5,7 +5,9 @@ plugins {
tasks.register("sirAllTests") {
dependsOn(
":native:swift:sir-compiler-bridge:test",
":native:swift:sir-printer:test",
":native:swift:swift-export-standalone:test",
":native:swift:sir-printer:test"
)
if (kotlinBuildProperties.isKotlinNativeEnabled) {
dependsOn(":native:swift:swift-export-standalone:test")
}
}