pork/evaluator/build.gradle.kts

12 lines
178 B
Plaintext
Raw Normal View History

2023-09-04 08:56:24 +00:00
plugins {
2023-09-05 04:50:27 +00:00
id("gay.pizza.pork.module")
2023-09-04 08:56:24 +00:00
}
dependencies {
api(project(":ast"))
2023-11-15 07:44:10 +00:00
api(project(":execution"))
2023-09-04 08:56:24 +00:00
api(project(":frontend"))
implementation(project(":common"))
}