b6c805bbb6
Merge-request: KT-MR-14229 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
12 lines
232 B
Kotlin
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",
|
|
)
|
|
}
|