pork/compiler/build.gradle.kts

12 lines
202 B
Plaintext

plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":ast"))
api(project(":bytecode"))
api(project(":parser"))
api(project(":frontend"))
implementation(project(":common"))
}