pork/parser/build.gradle.kts

10 lines
121 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"))
implementation(project(":common"))
}