pork/evaluator/build.gradle.kts

12 lines
178 B
Plaintext

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