Files
pork/ast/build.gradle.kts

11 lines
175 B
Plaintext
Raw Permalink Normal View History

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