mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
global: idea generation support
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
import gay.pizza.pork.buildext.AstCodegenType
|
||||
|
||||
plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
id("gay.pizza.pork.ast")
|
||||
}
|
||||
|
||||
tasks.compileKotlin {
|
||||
dependsOn(tasks.generateAstCode)
|
||||
porkAst {
|
||||
astCodegenType.set(AstCodegenType.Standard)
|
||||
}
|
||||
|
Reference in New Issue
Block a user