[Pill] Enable Pill for Swift export modules

This commit is contained in:
Yan Zhulanow
2024-02-17 01:03:00 +09:00
committed by Space Team
parent 7d4ad9d9f9
commit 507ab1e619
5 changed files with 5 additions and 0 deletions
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
description = "SIR to Kotlin bindings generator"
+1
View File
@@ -2,6 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
plugins {
kotlin("jvm")
id("jps-compatible")
}
description = "Infrastructure of transformations over SIR"
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
description = "Printer for SIR"
+1
View File
@@ -2,6 +2,7 @@ import org.jetbrains.kotlin.ideaExt.idea
plugins {
kotlin("jvm")
id("jps-compatible")
}
description = "Swift Intermediate Representation"
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
description = "Runner for Swift Export"