Files
pork/parser/build.gradle.kts

10 lines
121 B
Plaintext
Raw Normal View History

2023-09-04 01:56:24 -07:00
plugins {
2023-09-04 21:50:27 -07:00
id("gay.pizza.pork.module")
2023-09-04 01:56:24 -07:00
}
dependencies {
api(project(":ast"))
implementation(project(":common"))
}