mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2026-02-04 10:30:19 +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