mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
stdlib: generate stdlib.manifest
This commit is contained in:
@ -2,3 +2,7 @@ plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
id("gay.pizza.pork.ast")
|
||||
}
|
||||
|
||||
tasks.compileKotlin {
|
||||
dependsOn(tasks.generateAstCode)
|
||||
}
|
||||
|
Reference in New Issue
Block a user