pork/ast/build.gradle.kts

11 lines
175 B
Plaintext
Raw Permalink Normal View History

2023-09-17 07:37:58 +00:00
import gay.pizza.pork.buildext.AstCodegenType
plugins {
2023-09-05 04:50:27 +00:00
id("gay.pizza.pork.module")
id("gay.pizza.pork.ast")
}
2023-09-11 00:47:50 +00:00
2023-09-17 07:37:58 +00:00
porkAst {
astCodegenType.set(AstCodegenType.Standard)
2023-09-11 00:47:50 +00:00
}