Files
kotlin-fork/native/swift/build.gradle.kts
T
2024-02-09 18:34:52 +00:00

12 lines
232 B
Kotlin

plugins {
kotlin("jvm")
}
tasks.register("sirAllTests") {
dependsOn(
":native:swift:sir-compiler-bridge:test",
":native:swift:sir-printer:test",
":native:swift:swift-export-standalone:test",
)
}