pork/frontend/build.gradle.kts

11 lines
147 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"))
api(project(":parser"))
implementation(project(":common"))
}